#include "UT_API.h"Go to the source code of this file.
Classes | |
| class | UT_Debug |
Defines | |
| #define | UT_IF(s) |
| #define | UT_IFNOT(s) s |
| #define | UT_IFELSE(t, f) f |
| #define | UT_DBGOUT(ZZ) |
| #define | UT_DBGPRINTF(ZZ) |
| #define | UT_DBG_CHECKMEMORY |
| #define | UT_DBG_CHECKPOINTER(PTR) |
Functions | |
| UT_API void | UTdbgout (const char *file, int lineno, const char *text) |
| UT_API int | UTgetSESIlogFlag (int env_control) |
| UT_API int | UTisSESImachine () |
| UT_API int | UTdebugCheckMemory () |
| UT_API bool | UTdebugCheckPointer (const void *ptr) |
| #define UT_DBG_CHECKMEMORY |
Definition at line 81 of file UT_Debug.h.
| #define UT_DBG_CHECKPOINTER | ( | PTR | ) |
Definition at line 82 of file UT_Debug.h.
| #define UT_DBGOUT | ( | ZZ | ) |
Definition at line 79 of file UT_Debug.h.
| #define UT_DBGPRINTF | ( | ZZ | ) |
Definition at line 80 of file UT_Debug.h.
| #define UT_IF | ( | s | ) |
Definition at line 45 of file UT_Debug.h.
| #define UT_IFELSE | ( | t, | |||
| f | ) | f |
Definition at line 47 of file UT_Debug.h.
Definition at line 46 of file UT_Debug.h.
| 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 | ( | ) |
1.5.9