|
DGtal 1.4.2
|
Internal class that is used for a late deletion of an acquired pointer. More...
#include <DGtal/base/Clone.h>
Public Member Functions | |
| TempPtr (T *ptr) | |
| ~TempPtr () | |
Data Fields | |
| T * | _ptr |
| Acquired pointer. | |
Internal class that is used for a late deletion of an acquired pointer.
|
inline |
|
inline |
Destructor. Performs delete on _ptr member.
Definition at line 309 of file Clone.h.
References DGtal::Clone< T >::TempPtr::_ptr.
| T* DGtal::Clone< T >::TempPtr::_ptr |
Acquired pointer.
Definition at line 311 of file Clone.h.
Referenced by DGtal::Clone< T >::TempPtr::~TempPtr().