iutil/dbghelp.h File Reference
More...
#include "cstypes.h"
#include "iutil/string.h"
#include "csutil/scf.h"
Go to the source code of this file.
Compounds | |
| struct | iDebugHelper |
| Some object that wants to implement unit testing, debugging and/or benchmarking can implement this interface. More... | |
iDebugHelper implementation support flags | |
| #define | CS_DBGHELP_UNITTEST 1 |
| supports UnitTest(). | |
| #define | CS_DBGHELP_BENCHMARK 2 |
| supports Benchmark(). | |
| #define | CS_DBGHELP_TXTDUMP 4 |
| supports non graphical Dump(). | |
| #define | CS_DBGHELP_GFXDUMP 8 |
| supports graphical Dump(). | |
| #define | CS_DBGHELP_STATETEST 16 |
| supports StateTest(). | |
Detailed Description
Definition in file dbghelp.h.
Generated for Crystal Space by doxygen 1.2.18
