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 = 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.
|
inlineprotected |
References ost::objCounter< T >::objCount.
|
inlineprotectedvirtual |
References ost::objCounter< T >::objCount.
|
staticprotected |
Referenced by ost::objCounter< T >::objCounter(), and ost::objCounter< T >::~objCounter().