DBus::RefCnt Class Reference

#include <util.h>

List of all members.

Public Member Functions

 RefCnt ()
 RefCnt (const RefCnt &rc)
virtual ~RefCnt ()
RefCntoperator= (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

Definition at line 43 of file util.h.


Constructor & Destructor Documentation

DBus::RefCnt::RefCnt (  )  [inline]

Definition at line 47 of file util.h.

DBus::RefCnt::RefCnt ( const RefCnt rc  )  [inline]

Definition at line 53 of file util.h.

References __ref.

virtual DBus::RefCnt::~RefCnt (  )  [inline, virtual]

Definition at line 59 of file util.h.


Member Function Documentation

RefCnt& DBus::RefCnt::operator= ( const RefCnt ref  )  [inline]

Definition at line 64 of file util.h.

References __ref, and ref().

DXXAPILOCAL void DBus::RefCnt::ref (  )  const [inline, private]

Definition at line 84 of file util.h.

Referenced by operator=().

DXXAPILOCAL void DBus::RefCnt::unref (  )  const [inline, private]

Definition at line 88 of file util.h.

References DBus::debug_log.


Member Data Documentation

int* DBus::RefCnt::__ref [private]

Definition at line 105 of file util.h.

Referenced by operator=(), and RefCnt().


The documentation for this class was generated from the following file: