| CFx SDK Documentation
    2020SP3
    | 
Go to the source code of this file.
| Typedefs | |
| typedef void(* | OdAssertFunc) (const char *expresssion, const char *filename, int nLineNo) | 
| typedef bool(* | OdCheckAssertGroupFunc) (const char *group) | 
| typedef void(* | OdTraceFunc) (const OdChar *debugString) | 
| Functions | |
| OdTraceFunc FIRSTDLL_EXPORT | odSetTraceFunc (OdTraceFunc traceFunc) | 
| OdAssertFunc FIRSTDLL_EXPORT | odSetAssertFunc (OdAssertFunc assertFunc) | 
| OdCheckAssertGroupFunc FIRSTDLL_EXPORT | odSetCheckAssertGroupFunc (OdCheckAssertGroupFunc checkFunc) | 
| void FIRSTDLL_EXPORT | OdTrace (const OdChar *lpszFormat,...) | 
| void FIRSTDLL_EXPORT | OdAssert (const char *expresssion, const char *filename, int nLineNo) | 
| void FIRSTDLL_EXPORT | OdAssert (const char *group, const char *expresssion, const char *fileName, int nLineNo) | 
| typedef void(* OdAssertFunc) (const char *expresssion, const char *filename, int nLineNo) | 
Definition at line 29 of file diagnostics.h.
| typedef bool(* OdCheckAssertGroupFunc) (const char *group) | 
Definition at line 33 of file diagnostics.h.
Definition at line 36 of file diagnostics.h.
| void FIRSTDLL_EXPORT OdAssert | ( | const char * | expresssion, | 
| const char * | filename, | ||
| int | nLineNo | ||
| ) | 
| void FIRSTDLL_EXPORT OdAssert | ( | const char * | group, | 
| const char * | expresssion, | ||
| const char * | fileName, | ||
| int | nLineNo | ||
| ) | 
| OdAssertFunc FIRSTDLL_EXPORT odSetAssertFunc | ( | OdAssertFunc | assertFunc | ) | 
| OdCheckAssertGroupFunc FIRSTDLL_EXPORT odSetCheckAssertGroupFunc | ( | OdCheckAssertGroupFunc | checkFunc | ) | 
| OdTraceFunc FIRSTDLL_EXPORT odSetTraceFunc | ( | OdTraceFunc | traceFunc | ) | 
| void FIRSTDLL_EXPORT OdTrace | ( | const OdChar * | lpszFormat, | 
| ... | |||
| ) |