counted_ptr< T > Class Template Reference

List of all members.

Detailed Description

template<class T>
class counted_ptr< T >

Definition at line 100 of file smartptr.h.

Public Member Functions

 counted_ptr (T *p=0)
 counted_ptr (const T &r)
 counted_ptr (const counted_ptr< T > &rhs)
 ~counted_ptr ()
const T & operator * () const
T & operator * ()
const T * operator-> () const
T * operator-> ()
const T * get () const
T * get ()
void attach (const T &p)
counted_ptr< T > & operator= (const counted_ptr< T > &rhs)


The documentation for this class was generated from the following file:
Generated on Sat Dec 23 02:07:17 2006 for Crypto++ by  doxygen 1.5.1-p1