|
MythTV master
|
Public Member Functions | |
| ref (T *ptr) | |
| ~ref () | |
| unsigned int | inc () |
| unsigned int | dec () |
| T * | get () |
| T * | get () const |
Private Attributes | |
| unsigned int | m_count {1} |
| T * | m_type |
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 117 of file quicksp.h.
Referenced by simple_ref_ptr< T, Locker >::unref().
|
inline |
Definition at line 125 of file quicksp.h.
Referenced by hardwareprofile.distros.mythtv_data.makeopts.MakeOpts::dump(), simple_ref_ptr< T, Locker >::get(), and hardwareprofile.distros.mythtv_data.orddict.OrdDict::itervalues().
|
inline |
Definition at line 130 of file quicksp.h.
Referenced by hardwareprofile.distros.mythtv_data.makeopts.MakeOpts::dump(), and hardwareprofile.distros.mythtv_data.orddict.OrdDict::itervalues().
|
inline |
Definition at line 109 of file quicksp.h.
Referenced by simple_ref_ptr< T, Locker >::operator=().
|
private |
Definition at line 136 of file quicksp.h.
Referenced by simple_ref_ptr< T, Locker >::ref::dec(), and simple_ref_ptr< T, Locker >::ref::inc().
|
private |
Definition at line 137 of file quicksp.h.
Referenced by simple_ref_ptr< T, Locker >::ref::get(), and simple_ref_ptr< T, Locker >::ref::~ref().