HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Debug.h File Reference
#include "UT_API.h"
#include "UT_WorkBuffer.h"
#include <sstream>
#include <stdio.h>
+ Include dependency graph for UT_Debug.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_Debug
 

Macros

#define UT_IF(s)
 
#define UT_IFNOT(s)   s
 
#define UT_IFELSE(t, f)   f
 
#define UTdebugFormat(...)   ((void)0)
 
#define UTdebugFormatCd(...)   ((void)0)
 
#define UTdebugPrint(...)   ((void)0)
 
#define UTdebugPrintCd(...)   ((void)0)
 
#define UT_DBGOUT(ZZ)   ((void)0)
 
#define UT_DBGOS(ZZ)   ((void)0)
 
#define UT_DBGPRINTF(ZZ)   ((void)0)
 
#define UT_DBG_CHECKMEMORY   ((void)0)
 
#define UT_DBG_CHECKPOINTER(PTR)   ((void)0)
 

Functions

UT_API void UTdbgout (const char *file, int lineno, const char *text)
 
UT_API const char * UTconsoleColorString (const char *colorname)
 
UT_API int UTgetSESIlogFlag (int env_control)
 
UT_API int UTisSESImachine ()
 
UT_API int UTdebugCheckMemory ()
 
UT_API bool UTdebugCheckPointer (const void *ptr)
 

Macro Definition Documentation

#define UT_DBG_CHECKMEMORY   ((void)0)

Definition at line 151 of file UT_Debug.h.

#define UT_DBG_CHECKPOINTER (   PTR)    ((void)0)

Definition at line 152 of file UT_Debug.h.

#define UT_DBGOS (   ZZ)    ((void)0)

Definition at line 149 of file UT_Debug.h.

#define UT_DBGOUT (   ZZ)    ((void)0)

Definition at line 148 of file UT_Debug.h.

#define UT_DBGPRINTF (   ZZ)    ((void)0)

Definition at line 150 of file UT_Debug.h.

#define UT_IF (   s)

Definition at line 69 of file UT_Debug.h.

#define UT_IFELSE (   t,
  f 
)    f

Definition at line 71 of file UT_Debug.h.

#define UT_IFNOT (   s)    s

Definition at line 70 of file UT_Debug.h.

#define UTdebugFormat (   ...)    ((void)0)
#define UTdebugFormatCd (   ...)    ((void)0)

Definition at line 145 of file UT_Debug.h.

#define UTdebugPrint (   ...)    ((void)0)

Definition at line 146 of file UT_Debug.h.

#define UTdebugPrintCd (   ...)    ((void)0)

Definition at line 147 of file UT_Debug.h.

Function Documentation

UT_API const char* UTconsoleColorString ( const char *  colorname)
UT_API void UTdbgout ( const char *  file,
int  lineno,
const char *  text 
)
UT_API int UTdebugCheckMemory ( )
UT_API bool UTdebugCheckPointer ( const void ptr)
UT_API int UTgetSESIlogFlag ( int  env_control)
UT_API int UTisSESImachine ( )