Crypto++
Public Member Functions | Protected Attributes | List of all members
clonable_ptr< T > Class Template Reference
Inheritance diagram for clonable_ptr< T >:
member_ptr< T >

Public Member Functions

 clonable_ptr (const T &obj)
 
 clonable_ptr (T *p=NULL)
 
 clonable_ptr (const clonable_ptr< T > &rhs)
 
clonable_ptr< T > & operator= (const clonable_ptr< T > &rhs)
 
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)
 

Protected Attributes

T * m_p
 

Detailed Description

template<class T>
class clonable_ptr< T >

Definition at line 79 of file smartptr.h.


The documentation for this class was generated from the following file: