The Pedigree Project
0.1
|
Public Member Functions | |
T * | operator* () const |
operator void * () const | |
T * | get () const |
void | reset () |
NOT_COPYABLE_OR_ASSIGNABLE (UniqueCommon< T >) | |
Protected Member Functions | |
UniqueCommon (T *p) | |
virtual void | destroy () |
void | setPointer (T *p) |
void | release () |
Protected Attributes | |
T * | m_Pointer |
Definition at line 27 of file Pointers.h.
|
inlineprotected |
Stop tracking the memory but don't free it.
Definition at line 81 of file Pointers.h.