QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <debug_new.h>
Public Member Functions | |
__debug_new_counter () | |
~__debug_new_counter () | |
Static Private Attributes | |
static int | _S_count |
Counter class for on-exit leakage check.
This technique is learnt from The C++ Programming Language by Bjarne Stroustup.
Definition at line 203 of file debug_new.h.
qx::memory::__debug_new_counter::__debug_new_counter | ( | ) |
qx::memory::__debug_new_counter::~__debug_new_counter | ( | ) |
int qx::memory::__debug_new_counter::_S_count [static, private] |
Definition at line 205 of file debug_new.h.