![]() |
Public API Reference |
#include "cstypes.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(). More... | |
| #define | CS_DBGHELP_BENCHMARK 2 |
| supports Benchmark(). More... | |
| #define | CS_DBGHELP_TXTDUMP 4 |
| supports non graphical Dump(). More... | |
| #define | CS_DBGHELP_GFXDUMP 8 |
| supports graphical Dump(). More... | |
| #define | CS_DBGHELP_STATETEST 16 |
| supports StateTest(). More... | |
Definition in file dbghelp.h.