Go to the source code of this file.
Classes | |
| class | Debug |
| Debug module main class (singleton). More... | |
| class | Debug::MemDump |
| Helper class for performing a raw memory dump. More... | |
| class | Debug::HResult |
| Helper class for writing HRESULTs to the debug stream. More... | |
| class | Debug::LogDescription |
| class | Debug::Hex |
| Switches integer output to hexadecimal format. More... | |
| class | Debug::Dec |
| Switches integer output to decimal format. More... | |
| class | Debug::Bin |
| Switches integer output to binary format. More... | |
| class | Debug::Width |
| Sets output width for the next insertion. More... | |
| class | Debug::FillChar |
| Sets new fill character. More... | |
| class | Debug::RepeatChar |
| Repeats a given character N times. More... | |
| class | Debug::Format |
| Old printf style formatting. More... | |
Macros | |
| #define | DEBUG_DEBUG_H |
Functions | |
| const char * | DebugGetDefaultCommands (void) |
| Determines default commands to be executed at startup. | |
| #define DEBUG_DEBUG_H |
Definition at line 33 of file debug_debug.h.