GNU CommonC++
|
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 |
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.
Object instance global reference count.
|
inlineprotected |
References objCount.
|
inlineprotectedvirtual |
References objCount.
|
staticprotected |
Referenced by objCounter(), and ~objCounter().