|
DGtal 2.0.0
|
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 |
Constructor from pointer.
| ptr | Any pointer that is acquired by 'this'. |
Definition at line 304 of file Clone.h.
References _ptr.
|
inline |
| T* DGtal::Clone< T >::TempPtr::_ptr |