xoreos
0.0.5
|
The debug manager, managing debug channels. More...
#include <vector>
#include <map>
#include "src/common/types.h"
#include "src/common/ustring.h"
#include "src/common/singleton.h"
#include "src/common/writefile.h"
Go to the source code of this file.
Classes | |
class | Common::DebugManager |
The debug manager, managing debug channels. More... | |
struct | Common::DebugManager::Channel |
A debug channel. More... | |
Namespaces | |
Common | |
Macros | |
#define | DebugMan Common::DebugManager::instance() |
Shortcut for accessing the debug manager. More... | |
The debug manager, managing debug channels.
Definition in file debugman.h.
#define DebugMan Common::DebugManager::instance() |
Shortcut for accessing the debug manager.
Definition at line 195 of file debugman.h.
Referenced by Aurora::NWScript::FunctionManager::call(), debugC(), debugCN(), error(), info(), listDebug(), main(), Graphics::outputGLDebug(), Aurora::NWScript::NCSStack::print(), status(), and warning().