libbbb  1.2.1
Groups common code used in some applications and libraries.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
MemTrack Class Reference

Class that allows tracking memory consumption and status. More...

#include <memtrack.h>

Public Member Functions

 MemTrack (void)
 constructor;
 

Detailed Description

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.


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