Public Member Functions | |
Object () | |
virtual | ~Object () |
void | AddRef () |
void | Release () |
Static Public Member Functions | |
static uint32 | incRef (const Object &rhs) |
static uint32 | decRef (const Object &rhs) |
static uint32 | refCount (const Object &rhs) |
Protected Member Functions | |
Object (const Object &rhs) | |
void | operator= (const Object &rhs) |
Definition at line 36 of file Object.h.