| CFx SDK Documentation
    2020SP3
    | 
 
 
 
Go to the documentation of this file.
   24 #ifndef __DIAGNOSTICS__INCLUDED 
   25 #define __DIAGNOSTICS__INCLUDED 
   30     const char* expresssion, 
 
   37   const OdChar* debugString);
 
   45     const OdChar* lpszFormat, ...);
 
   46 #if defined(_MSC_VER) && _MSC_VER >= 1300 
   50     const char* expresssion, 
 
   55     const char* expresssion, 
 
   61 #endif //__DIAGNOSTICS__INCLUDED 
  
void FIRSTDLL_EXPORT OdTrace(const OdChar *lpszFormat,...)
void(* OdTraceFunc)(const OdChar *debugString)
OdTraceFunc FIRSTDLL_EXPORT odSetTraceFunc(OdTraceFunc traceFunc)
void(* OdAssertFunc)(const char *expresssion, const char *filename, int nLineNo)
OdAssertFunc FIRSTDLL_EXPORT odSetAssertFunc(OdAssertFunc assertFunc)
typedef void(APIENTRYP PFNGLACTIVETEXTUREPROC)(GLenum texture)
void FIRSTDLL_EXPORT OdAssert(const char *expresssion, const char *filename, int nLineNo)
bool(* OdCheckAssertGroupFunc)(const char *group)
OdCheckAssertGroupFunc FIRSTDLL_EXPORT odSetCheckAssertGroupFunc(OdCheckAssertGroupFunc checkFunc)