Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

indri::atomic::ref_ptr< T > Class Template Reference

#include <ref_ptr.hpp>

List of all members.

Public Member Functions

 ref_ptr ()
 ~ref_ptr ()
 ref_ptr (const my_type &other)
 ref_ptr (T *object)
my_typeoperator= (T *object)
my_typeoperator= (const ref_ptr &other)
bool operator== (T *other)
bool operator== (ref_ptr &other)
atomic::value_type references ()
T & operator * ()
T * operator-> ()
T * get ()

Private Types

typedef ref_ptr< T > my_type

Private Member Functions

void _removeRef ()
void _addRef ()
my_type_refAssign (const my_type &other)

Private Attributes

object_ref< T > * _ref

template<class T>
class indri::atomic::ref_ptr< T >


Member Typedef Documentation

template<class T>
typedef ref_ptr<T> indri::atomic::ref_ptr< T >::my_type [private]
 


Constructor & Destructor Documentation

template<class T>
indri::atomic::ref_ptr< T >::ref_ptr  )  [inline]
 

template<class T>
indri::atomic::ref_ptr< T >::~ref_ptr  )  [inline]
 

template<class T>
indri::atomic::ref_ptr< T >::ref_ptr const my_type other  )  [inline]
 

template<class T>
indri::atomic::ref_ptr< T >::ref_ptr T *  object  )  [inline]
 


Member Function Documentation

template<class T>
void indri::atomic::ref_ptr< T >::_addRef  )  [inline, private]
 

template<class T>
my_type& indri::atomic::ref_ptr< T >::_refAssign const my_type other  )  [inline, private]
 

template<class T>
void indri::atomic::ref_ptr< T >::_removeRef  )  [inline, private]
 

template<class T>
T* indri::atomic::ref_ptr< T >::get  )  [inline]
 

template<class T>
T& indri::atomic::ref_ptr< T >::operator *  )  [inline]
 

template<class T>
T* indri::atomic::ref_ptr< T >::operator->  )  [inline]
 

template<class T>
my_type& indri::atomic::ref_ptr< T >::operator= const ref_ptr< T > &  other  )  [inline]
 

template<class T>
my_type& indri::atomic::ref_ptr< T >::operator= T *  object  )  [inline]
 

template<class T>
bool indri::atomic::ref_ptr< T >::operator== ref_ptr< T > &  other  )  [inline]
 

template<class T>
bool indri::atomic::ref_ptr< T >::operator== T *  other  )  [inline]
 

template<class T>
atomic::value_type indri::atomic::ref_ptr< T >::references  )  [inline]
 


Member Data Documentation

template<class T>
object_ref<T>* indri::atomic::ref_ptr< T >::_ref [mutable, private]
 


The documentation for this class was generated from the following file:
Generated on Tue Jun 15 11:02:59 2010 for Lemur by doxygen 1.3.4