![]() |
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) |
| unsigned | use_count () const |
| T * | operator-> () const |
| T & | operator* () const |
| operator bool () const | |
| bool | operator! () const |
Protected Attributes | |
| T * | p |
| IntrinsicCounter * | c |
Definition at line 33 of file mythsharedptr.h.