|
The Pedigree Project
0.1
|
Inheritance diagram for UniqueCommon< T >:
Collaboration diagram for UniqueCommon< T >: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.
1.8.11