Public Types | |
| enum | eExceptionState { eExceptionState_PASS, eExceptionState_CATCH } |
Public Member Functions | |
| RTCppGuard () | |
| int | RuntimeExceptionFilter () |
| bool | AmBeingDebugged () |
| int | ExceptionFilter (void *nativeExceptionInfo, RTCppGuard *pRTCppGuard) |
| cString | ToExceptionString () |
Public Attributes | |
| const char * | mGuardName |
| int | mExceptionCode |
| tIntPtr | mExceptionAddr |
| bool | mbHintAllowDebug |
| int | mAlwaysIgnore |
| eExceptionState | mExceptionState |
| enum eExceptionState |
| RTCppGuard | ( | ) |
| int RuntimeExceptionFilter | ( | ) |
| bool AmBeingDebugged | ( | ) |
| int ExceptionFilter | ( | void * | nativeExceptionInfo, |
| RTCppGuard * | pRTCppGuard | ||
| ) |
| cString ToExceptionString | ( | ) |
| const char* mGuardName |
| int mExceptionCode |
| tIntPtr mExceptionAddr |
| bool mbHintAllowDebug |
| int mAlwaysIgnore |
| eExceptionState mExceptionState |
1.8.7