Core Library
|
The special static object used to report memory leaks. More...
#include "Common.hpp"
Classes | |
class | Core::LeakReporter |
The static object that uses it's dtor to report any memory leaks. More... | |
Namespaces | |
namespace | Core |
The Core Library namespace. | |
Functions | |
void | Core::enableLeakReporting (bool bEnable) |
Enable or disable memory leak reporting. | |
Variables | |
static bool | Core::g_bReportLeaks = false |
The flag used to signal whether to dump leaks or not. | |
class Core::LeakReporter | Core::g_oReporter |
The special static object used to report memory leaks.