![]() |
omegalib
13.1
|
Implements a base class for reference-counted types. More...
#include <otypes.h>
Public Member Functions | |
| ReferenceType () | |
| virtual | ~ReferenceType () |
| void | ref () |
| void | unref () |
| long | refCount () |
Static Public Member Functions | |
| static void | printObjCounts () |
Static Protected Attributes | |
| static List< ReferenceType * > | mysObjList |
Implements a base class for reference-counted types.
o be used in conjunction with the Ref<> type.
Inheritance diagram for omicron::ReferenceType:| omicron::ReferenceType::ReferenceType | ( | ) |
|
virtual |
|
static |
| void omicron::ReferenceType::ref | ( | ) |
|
inline |
| void omicron::ReferenceType::unref | ( | ) |
|
staticprotected |