#include <util.h>
Public Member Functions | |
RefPtr (T *ptr=0) | |
~RefPtr () | |
RefPtr & | operator= (const RefPtr &ref) |
T & | operator* () const |
T * | operator-> () const |
T * | get () const |
Definition at line 160 of file util.h.
DBus::RefPtr< T >::RefPtr | ( | T * | ptr = 0 |
) | [inline] |
DBus::RefPtr< T >::~RefPtr | ( | ) | [inline] |
T* DBus::RefPtr< T >::get | ( | ) | const [inline] |
Definition at line 197 of file util.h.
Referenced by DBus::Slot< void, const SignalMessage & >::empty().
T& DBus::RefPtr< T >::operator* | ( | ) | const [inline] |
T* DBus::RefPtr< T >::operator-> | ( | ) | const [inline] |
RefPtr& DBus::RefPtr< T >::operator= | ( | const RefPtr< T > & | ref | ) | [inline] |