ADTF
|
Additional Inherited Members | |
Public Member Functions inherited from d_ptr_impl< cMemoryPtr, cMemoryPtrPrivate > | |
d_ptr_impl ()=default | |
Default constructor. | |
d_ptr_impl (const d_ptr_impl &)=delete | |
copying forbidden | |
d_ptr_impl (d_ptr_impl &&)=delete | |
moving forbidden | |
virtual | ~d_ptr_impl () |
destructor | |
d_ptr_impl & | operator= (const d_ptr_impl &)=delete |
d_ptr_impl & | operator= (d_ptr_impl &&)=delete |
tVoid | Set_p (cMemoryPtr *_pInst) |
Sets the parent Reference. More... | |
cMemoryPtrPrivate * | operator-> () const |
Overwrites the pointer operator to return the Private class reference. | |
cMemoryPtrPrivate * | Get_d () const |
Gets the Private class reference. More... | |
operator cMemoryPtrPrivate * () const | |
Cast operator to get the private class reference. | |
operator d_ptr_impl< cMemoryPtr, cMemoryPtrPrivate > * () const | |
Cast operator to get the own pointer. | |
Protected Member Functions inherited from d_ptr_impl< cMemoryPtr, cMemoryPtrPrivate > | |
virtual tVoid | Create_d () |
Virtual function call to overwrite it something needs to be done on creation time. | |
virtual tVoid | Release_d () |
Virtual function call to overwrite it something needs to be done before destroying the object. | |
Protected Attributes inherited from d_ptr_impl< cMemoryPtr, cMemoryPtrPrivate > | |
cMemoryPtr * | _p |
the reference to the parent class | |
Definition at line 29 of file memoryptr.h.