#include <util.h>
Public Member Functions | |
| RefPtrI (T *ptr=0) | |
| ~RefPtrI () | |
| RefPtrI & | operator= (const RefPtrI &ref) |
| T & | operator* () const |
| T * | operator-> () const |
| T * | get () const |
Definition at line 114 of file util.h.
| DBus::RefPtrI< T >::RefPtrI | ( | T * | ptr = 0 |
) | [inline] |
Definition at line 34 of file refptr_impl.h.
| DBus::RefPtrI< T >::~RefPtrI | ( | ) | [inline] |
| T* DBus::RefPtrI< T >::get | ( | ) | const [inline] |
| T& DBus::RefPtrI< T >::operator* | ( | ) | const [inline] |
| T* DBus::RefPtrI< T >::operator-> | ( | ) | const [inline] |
| RefPtrI& DBus::RefPtrI< T >::operator= | ( | const RefPtrI< T > & | ref | ) | [inline] |
1.5.9