Go to the source code of this file.
|
| void | FxNoop () |
| |
| void DDKERNEL_API | ArgonAssertFuncA (const char *cpFile, const int iLine, const char *cpExpr, const char *cpComment, bool *pbIgnoreThis=0) |
| |
| void DDKERNEL_API | ArgonAssertFuncW (const OdChar *cpFile, const int iLine, const OdChar *cpExpr, const OdChar *cpComment, bool *pbIgnoreThis=0) |
| |
| bool DDKERNEL_API | ArgonVerifyFuncA (bool exp, const char *cpFile, const int iLine, const char *cpExpr, const char *cpComment) |
| |
| bool DDKERNEL_API | ArgonVerifyFuncW (bool exp, const OdChar *cpFile, const int iLine, const OdChar *cpExpr, const OdChar *cpComment) |
| |
| void DDKERNEL_API | ArgonLogToAssertLog (const char *msg, const char *file, const int line) |
| |
| void DDKERNEL_API | ArgonLogToAssertLog (const wchar_t *msg, const wchar_t *file, const int line) |
| |
| void DDKERNEL_API | SetIgnoreAll (bool bIgnore) |
| |
| bool DDKERNEL_API | IsAllIgnored () |
| |
| void DDKERNEL_API | UseCustomAssert (bool bUse) |
| |
| bool DDKERNEL_API | IsCustomAssertUsed () |
| |
| DDKERNEL_API void | FxCIPRecordAssertion (const char *cpFile, const int iLine, const char *cpExpr) |
| |
◆ ASSERT
◆ ASSERT_CIP
| #define ASSERT_CIP |
( |
| expr | ) |
|
Value:{ \
if( !( expr ) ) \
FxCIPRecordAssertion( __FILE__, __LINE__, #expr ); \
ASSERT( expr ); \
}
Definition at line 352 of file FxDebug.h.
◆ ASSERT_LOG_MESSAGE
| #define ASSERT_LOG_MESSAGE |
( |
| msg | ) |
|
◆ ASSERT_ONCE
◆ ASSERT_UNREACHABLE
| #define ASSERT_UNREACHABLE |
( |
| ) |
|
◆ ASSERT_UNREACHABLE_MSG
| #define ASSERT_UNREACHABLE_MSG |
( |
| c | ) |
|
◆ ASSERTMSG
| #define ASSERTMSG |
( |
| x, |
|
|
| c ) |
◆ FXVERIFY
◆ TRACE
◆ ArgonAssertFuncA()
| void DDKERNEL_API ArgonAssertFuncA |
( |
const char * | cpFile, |
|
|
const int | iLine, |
|
|
const char * | cpExpr, |
|
|
const char * | cpComment, |
|
|
bool * | pbIgnoreThis = 0 ) |
◆ ArgonAssertFuncW()
◆ ArgonLogToAssertLog() [1/2]
| void DDKERNEL_API ArgonLogToAssertLog |
( |
const char * | msg, |
|
|
const char * | file, |
|
|
const int | line ) |
◆ ArgonLogToAssertLog() [2/2]
| void DDKERNEL_API ArgonLogToAssertLog |
( |
const wchar_t * | msg, |
|
|
const wchar_t * | file, |
|
|
const int | line ) |
◆ ArgonVerifyFuncA()
| bool DDKERNEL_API ArgonVerifyFuncA |
( |
bool | exp, |
|
|
const char * | cpFile, |
|
|
const int | iLine, |
|
|
const char * | cpExpr, |
|
|
const char * | cpComment ) |
◆ ArgonVerifyFuncW()
◆ FxCIPRecordAssertion()
| DDKERNEL_API void FxCIPRecordAssertion |
( |
const char * | cpFile, |
|
|
const int | iLine, |
|
|
const char * | cpExpr ) |
◆ FxNoop()
◆ IsAllIgnored()
◆ IsCustomAssertUsed()
◆ SetIgnoreAll()
◆ UseCustomAssert()