![]() |
CPPMyth
Library to interoperate with MythTV server
|


Public Member Functions | |
| shared_ptr (T *s) | |
| shared_ptr (const shared_ptr &s) | |
| shared_ptr & | operator= (const shared_ptr &s) |
| void | reset () |
| void | reset (T *s) |
| T * | get () const |
| void | swap (shared_ptr< T > &s) |
| int | use_count () const |
| T * | operator-> () const |
| T & | operator* () const |
| operator bool () const | |
| bool | operator! () const |
Private Attributes | |
| T * | p |
Additional Inherited Members | |
| Private Member Functions inherited from Myth::shared_ptr_base | |
| shared_ptr_base (const shared_ptr_base &s) | |
| shared_ptr_base & | operator= (const shared_ptr_base &s) |
| bool | clear_counter () |
| void | reset_counter () |
| void | swap_counter (shared_ptr_base &s) |
| int | get_count () const |
| bool | is_null () const |
Definition at line 53 of file mythsharedptr.h.
|
inline |
Definition at line 59 of file mythsharedptr.h.
|
inlineexplicit |
Definition at line 63 of file mythsharedptr.h.
|
inline |
Definition at line 71 of file mythsharedptr.h.
|
inline |
Definition at line 101 of file mythsharedptr.h.
|
inline |
Definition at line 124 of file mythsharedptr.h.
|
inline |
Definition at line 154 of file mythsharedptr.h.
|
inline |
Definition at line 159 of file mythsharedptr.h.
|
inline |
Definition at line 149 of file mythsharedptr.h.
|
inline |
Definition at line 144 of file mythsharedptr.h.
|
inline |
Definition at line 79 of file mythsharedptr.h.
|
inline |
Definition at line 106 of file mythsharedptr.h.
|
inline |
Definition at line 113 of file mythsharedptr.h.
|
inline |
Definition at line 129 of file mythsharedptr.h.
|
inline |
Definition at line 139 of file mythsharedptr.h.
|
private |
Definition at line 56 of file mythsharedptr.h.