Bayonne2 / Common C++ 2 Framework
|
Generic template class for creating classes which maintain an active count of the number of instances currently in active use. More...
#include <objcount.h>
Protected Member Functions | |
objCounter () | |
virtual | ~objCounter () |
Static Protected Attributes | |
static unsigned | objCount = 0 |
Generic template class for creating classes which maintain an active count of the number of instances currently in active use.
This is a form of global reference count.
Definition at line 63 of file objcount.h.
|
inlineprotected |
Definition at line 68 of file objcount.h.
|
inlineprotectedvirtual |
Definition at line 69 of file objcount.h.
|
staticprotected |
Definition at line 66 of file objcount.h.