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 | 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 374 of file FxDebug.h.
◆ ASSERT_ONCE
◆ ASSERTMSG
#define ASSERTMSG |
( |
|
x, |
|
|
|
c |
|
) |
| FxNoop() |
◆ FXVERIFY
#define FXVERIFY |
( |
|
x | ) |
(x) |
◆ TRACE
◆ ArgonAssertFuncA()
void DDKERNEL_API ArgonAssertFuncA |
( |
const char * |
cpFile, |
|
|
const int |
iLine, |
|
|
const char * |
cpExpr, |
|
|
const char * |
cpComment, |
|
|
bool * |
pbIgnoreThis = 0 |
|
) |
| |
◆ ArgonAssertFuncW()
◆ 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()