
Public Member Functions | |
| smart_ptr_holder (T *p=0) | |
| ~smart_ptr_holder (void) | |
| unsigned long | count (void) const |
| void | increment (void) |
| bool | decrement (void) |
| bool | null (void) |
| void | clear (void) |
| void | set (T *p=0) |
| T *& | pointer (void) |
| const T * | pointer (void) const |
| T & | value (void) |
| const T & | value (void) const |
Private Member Functions | |
| smart_ptr_holder (const smart_ptr_holder &s) | |
| smart_ptr_holder & | operator= (const smart_ptr_holder &s) |
Private Attributes | |
| COUNTER | m_count |
| T * | m_data |
| stlplus::smart_ptr_holder::smart_ptr_holder | ( | const smart_ptr_holder & | s | ) | [inline, private] |
Definition at line 83 of file smart_ptr.tpp.
| stlplus::smart_ptr_holder::smart_ptr_holder | ( | T * | p = 0 | ) | [inline] |
Definition at line 94 of file smart_ptr.tpp.
| stlplus::smart_ptr_holder::~smart_ptr_holder | ( | void | ) | [inline] |
Definition at line 99 of file smart_ptr.tpp.
| void stlplus::smart_ptr_holder::clear | ( | void | ) | [inline] |
Definition at line 124 of file smart_ptr.tpp.
Referenced by stlplus::smart_ptr_holder< T, COUNTER >::~smart_ptr_holder(), and stlplus::smart_ptr_holder< T, COUNTER >::set().
| unsigned long stlplus::smart_ptr_holder::count | ( | void | ) | const [inline] |
Definition at line 104 of file smart_ptr.tpp.
| bool stlplus::smart_ptr_holder::decrement | ( | void | ) | [inline] |
Definition at line 114 of file smart_ptr.tpp.
Referenced by stlplus::smart_ptr_base::make_unique().
| void stlplus::smart_ptr_holder::increment | ( | void | ) | [inline] |
Definition at line 109 of file smart_ptr.tpp.
Referenced by stlplus::smart_ptr_base::smart_ptr_base(), and stlplus::smart_ptr_base::make_alias().
| bool stlplus::smart_ptr_holder::null | ( | void | ) | [inline] |
Definition at line 119 of file smart_ptr.tpp.
| smart_ptr_holder& stlplus::smart_ptr_holder::operator= | ( | const smart_ptr_holder & | s | ) | [inline, private] |
Definition at line 88 of file smart_ptr.tpp.
| T*& stlplus::smart_ptr_holder::pointer | ( | void | ) | [inline] |
Definition at line 137 of file smart_ptr.tpp.
Referenced by stlplus::smart_ptr_base::make_unique().
| const T* stlplus::smart_ptr_holder::pointer | ( | void | ) | const [inline] |
Definition at line 142 of file smart_ptr.tpp.
| void stlplus::smart_ptr_holder::set | ( | T * | p = 0 | ) | [inline] |
Definition at line 131 of file smart_ptr.tpp.
Referenced by stlplus::smart_ptr_base::smart_ptr_base(), and stlplus::smart_ptr_base::make_unique().
| T& stlplus::smart_ptr_holder::value | ( | void | ) | [inline] |
Definition at line 147 of file smart_ptr.tpp.
Referenced by stlplus::smart_ptr_base::make_unique().
| const T& stlplus::smart_ptr_holder::value | ( | void | ) | const [inline] |
Definition at line 152 of file smart_ptr.tpp.
COUNTER stlplus::smart_ptr_holder::m_count [private] |
Definition at line 79 of file smart_ptr.tpp.
Referenced by stlplus::smart_ptr_holder< T, COUNTER >::count(), stlplus::smart_ptr_holder< T, COUNTER >::increment(), and stlplus::smart_ptr_holder< T, COUNTER >::decrement().
T* stlplus::smart_ptr_holder::m_data [private] |
Definition at line 80 of file smart_ptr.tpp.
Referenced by stlplus::smart_ptr_holder< T, COUNTER >::null(), stlplus::smart_ptr_holder< T, COUNTER >::clear(), stlplus::smart_ptr_holder< T, COUNTER >::set(), stlplus::smart_ptr_holder< T, COUNTER >::pointer(), and stlplus::smart_ptr_holder< T, COUNTER >::value().
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |