Public Member Functions |
| CSelfClonePointer (T *, bool=true) |
CSelfClonePointer< T > & | operator= (T *in) |
CSelfClonePointer< T > & | operator= (const CSelfClonePointer< T > &in) |
| CSelfClonePointer (const CSelfClonePointer< T > &) |
| operator bool () const |
| operator T * () const |
void | resetWithoutDeleting () |
bool | isSelfDestroyer () const |
void | setIsSelfDestroyer (bool inisSelfDestroyer=true) const |
void | unsetIsSelfDestroyer () const |
T & | operator* () |
T const & | operator* () const |
T * | operator-> () |
T const * | operator-> () const |
| CSelfDestroyPointer (T *, bool=true) |
| CSelfDestroyPointer (const CSelfDestroyPointer< T > &inSelfDestroyPointer) |
Additional Inherited Members |
T * | mPointer |
The documentation for this class was generated from the following file: