QxOrm  1.4.9
C++ Object Relational Mapping library
qx::memory::__debug_new_counter Class Reference

#include <debug_new.h>

List of all members.

Public Member Functions

 __debug_new_counter ()
 ~__debug_new_counter ()

Static Private Attributes

static int _S_count

Detailed Description

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.


Constructor & Destructor Documentation

qx::memory::__debug_new_counter::__debug_new_counter ( )
qx::memory::__debug_new_counter::~__debug_new_counter ( )

Member Data Documentation

Definition at line 205 of file debug_new.h.


The documentation for this class was generated from the following file: