Fabcoin Core
0.16.2
P2P Digital Currency
|
Manages resources for a single object. More...
#include <smartptr.h>
Public Member Functions | |
simple_ptr (T *p=NULL) | |
~simple_ptr () | |
Public Attributes | |
T * | m_p |
Manages resources for a single object.
T | class or type |
simple_ptr
is used frequently in the library to manage resources and ensure cleanup under the RAII pattern (Resource Acquisition Is Initialization).
Definition at line 20 of file smartptr.h.
|
inline |
Definition at line 23 of file smartptr.h.
|
inline |
Definition at line 24 of file smartptr.h.
T* simple_ptr< T >::m_p |
Definition at line 30 of file smartptr.h.