#include <objcount.h>
Protected Member Functions | |
objCounter () | |
virtual | ~objCounter () |
Static Protected Attributes | |
static unsigned | objCount = 0 |
This is a form of global reference count.
ost::objCounter< T >::objCounter | ( | ) | [inline, protected] |
References ost::objCounter< T >::objCount.
virtual ost::objCounter< T >::~objCounter | ( | ) | [inline, protected, virtual] |
References ost::objCounter< T >::objCount.
unsigned ost::objCounter< T >::objCount = 0 [inline, static, protected] |
Referenced by ost::objCounter< T >::objCounter(), and ost::objCounter< T >::~objCounter().