![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Value pointer. More...
#include <smartptr.h>
Public Member Functions | |
value_ptr (const T &obj) | |
value_ptr (T *p=NULL) | |
value_ptr (const value_ptr< T > &rhs) | |
value_ptr< T > & | operator= (const value_ptr< T > &rhs) |
bool | operator== (const value_ptr< T > &rhs) |
![]() | |
member_ptr (T *p=NULL) | |
~member_ptr () | |
const T & | operator* () const |
T & | operator* () |
const T * | operator-> () const |
T * | operator-> () |
const T * | get () const |
T * | get () |
T * | release () |
void | reset (T *p=0) |
Additional Inherited Members | |
![]() | |
member_ptr (const member_ptr< T > &rhs) | |
void | operator= (const member_ptr< T > &rhs) |
![]() | |
T * | m_p |
Value pointer.
T | class or type |
Definition at line 79 of file smartptr.h.
Definition at line 82 of file smartptr.h.
Definition at line 83 of file smartptr.h.
Definition at line 84 of file smartptr.h.
Definition at line 94 of file smartptr.h.
Definition at line 88 of file smartptr.h.