#include <util.h>
Public Member Functions | |
RefCnt () | |
RefCnt (const RefCnt &rc) | |
virtual | ~RefCnt () |
RefCnt & | operator= (const RefCnt &ref) |
bool | noref () const |
bool | one () const |
Definition at line 37 of file util.h.
bool DBus::RefCnt::noref | ( | ) | const [inline] |
Definition at line 66 of file util.h.
Referenced by DBus::RefPtr< Callback_Base< bool, const Message & > >::get(), DBus::RefPtrI< Private >::get(), DBus::RefPtr< Callback_Base< bool, const Message & > >::operator->(), and DBus::RefPtrI< Private >::operator->().
bool DBus::RefCnt::one | ( | ) | const [inline] |
Definition at line 71 of file util.h.
Referenced by DBus::RefPtr< Callback_Base< bool, const Message & > >::operator=(), DBus::RefPtrI< Private >::operator=(), DBus::RefPtr< Callback_Base< bool, const Message & > >::~RefPtr(), and DBus::RefPtrI< T >::~RefPtrI().