CPPMyth
Library to interoperate with MythTV server
Myth::shared_ptr< T > Class Template Reference
Collaboration diagram for Myth::shared_ptr< T >:

Public Member Functions

 shared_ptr (T *s)
 
 shared_ptr (const shared_ptr &s)
 
shared_ptroperator= (const shared_ptr &s)
 
void reset ()
 
void reset (T *s)
 
T * get () const
 
void swap (shared_ptr< T > &s)
 
unsigned use_count () const
 
T * operator-> () const
 
T & operator* () const
 
 operator bool () const
 
bool operator! () const
 

Protected Attributes

T * p
 
IntrinsicCounterc
 

Detailed Description

template<class T>
class Myth::shared_ptr< T >

Definition at line 33 of file mythsharedptr.h.


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