DBus::RefCnt Class Reference
#include <util.h>
Public Member Functions | |
RefCnt () | |
RefCnt (const RefCnt &rc) | |
virtual | ~RefCnt () |
RefCnt & | operator= (const RefCnt &ref) |
bool | noref () const |
bool | one () const |
Private Member Functions | |
DXXAPILOCAL void | ref () const |
DXXAPILOCAL void | unref () const |
Private Attributes | |
int * | __ref |
Detailed Description
Constructor & Destructor Documentation
◆ RefCnt() [1/2]
|
inline |
◆ RefCnt() [2/2]
|
inline |
◆ ~RefCnt()
|
inlinevirtual |
Member Function Documentation
◆ noref()
|
inline |
◆ one()
◆ operator=()
◆ ref()
|
inlineprivate |
Definition at line 84 of file util.h.
References DXXAPILOCAL.
Referenced by operator=(), and RefCnt().
◆ unref()
|
inlineprivate |
Definition at line 88 of file util.h.
References __ref, DBus::debug_log, DXXAPILOCAL, and noref().
Referenced by operator=(), and ~RefCnt().
Member Data Documentation
◆ __ref
|
private |
The documentation for this class was generated from the following file: