source:
dev/trunk/abdev/BasicCompiler_Common/include/Exception.h@
360
| Last change on this file since 360 was 359, checked in by , 18 years ago | |
|---|---|
| File size: 317 bytes | |
| Rev | Line | |
|---|---|---|
| [359] | 1 | #pragma once |
| [52] | 2 | |
| 3 | namespace Exception{ | |
| 4 | ||
| 5 | void TryCommand(); | |
| [359] | 6 | void CatchCommand( const char *parameter ); |
| [52] | 7 | void FinallyCommand(); |
| 8 | void EndTryCommand(); | |
| 9 | ||
| 10 | void ThrowCommand( const char *Parameter ); | |
| 11 | ||
| [357] | 12 | void Opcode_Func_System_GetNowScopeCatchAddress(); |
| [359] | 13 | void Opcode_Func_System_GetNowScopeFinallyAddress(); |
| [52] | 14 | } |
Note:
See TracBrowser
for help on using the repository browser.
