MythTV
master
|
#include <libmythbase/referencecounterlist.h>
Public Member Functions | |
RefCountHandler () | |
RefCountHandler (T *_r) | |
RefCountHandler (const RefCountHandler &other) | |
RefCountHandler & | operator= (const RefCountHandler &other) |
~RefCountHandler () | |
operator T* () const | |
T * | operator* () |
const T * | operator* () const |
T * | operator-> () |
const T * | operator-> () const |
Private Attributes | |
T * | r |
Definition at line 17 of file referencecounterlist.h.
|
inline |
Definition at line 20 of file referencecounterlist.h.
|
inline |
Definition at line 21 of file referencecounterlist.h.
|
inline |
Definition at line 22 of file referencecounterlist.h.
|
inline |
Definition at line 38 of file referencecounterlist.h.
|
inline |
Definition at line 29 of file referencecounterlist.h.
|
inline |
Definition at line 39 of file referencecounterlist.h.
|
inline |
Definition at line 40 of file referencecounterlist.h.
|
inline |
Definition at line 41 of file referencecounterlist.h.
|
inline |
Definition at line 42 of file referencecounterlist.h.
|
inline |
Definition at line 43 of file referencecounterlist.h.
|
private |