Public Types | |
typedef SmartPointerBase< T >::PointerType | PointerType |
Public Member Functions | |
RawSmartPointer (PointerType p=NULL) | |
RawSmartPointer (const RawSmartPointer &rhs) | |
~RawSmartPointer () | |
RawSmartPointer & | operator= (const RawSmartPointer &rhs) |
Static Public Member Functions | |
static size_t | refCount (const RawSmartPointer &s) |
Static Protected Member Functions | |
static void | incRefCount (RawSmartPointer &rhs) |
static void | decRefCount (RawSmartPointer &rhs) |
Protected Attributes | |
size_t * | mRefCountPtr |
Definition at line 344 of file SmartPointers.h.