#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 |
Private Attributes | |
T * | __ptr |
RefCnt | __cnt |
Detailed Description
Constructor & Destructor Documentation
|
inline |
|
inline |
Member Function Documentation
|
inline |
Definition at line 196 of file util.h.
Referenced by DBus::Slot< void, const SignalMessage & >::empty().
|
inline |
|
inline |
|
inline |
Member Data Documentation
|
private |
Definition at line 206 of file util.h.
Referenced by DBus::RefPtr< Callback_Base< bool, const Message & > >::get(), DBus::RefPtr< Callback_Base< bool, const Message & > >::operator->(), DBus::RefPtr< Callback_Base< bool, const Message & > >::operator=(), and DBus::RefPtr< Callback_Base< bool, const Message & > >::~RefPtr().
|
private |
Definition at line 205 of file util.h.
Referenced by DBus::RefPtr< Callback_Base< bool, const Message & > >::get(), DBus::RefPtr< Callback_Base< bool, const Message & > >::operator*(), DBus::RefPtr< Callback_Base< bool, const Message & > >::operator->(), DBus::RefPtr< Callback_Base< bool, const Message & > >::operator=(), and DBus::RefPtr< Callback_Base< bool, const Message & > >::~RefPtr().
The documentation for this class was generated from the following file: