Class that allows tracking memory consumption and status. More...
#include <memtrack.h>
Public Member Functions | |
MemTrack (void) | |
constructor; | |
Class that allows tracking memory consumption and status.
The tracked classes must inherit from this class. If BB_MEMTRACK is not defined then inheriting from this class adds no overhead.
The constructors need to call the MemTrack constructor if they inherit this class.