Class Index | Cross Index | Namespace Index |
RefCount
Contained in: global
Derived from:
none
Derived by:
none
#include "general/refcount.hh"
public function member index: |
|||
RefCount | (); | Constructor. | |
~RefCount | (); | Destructor. | |
unsigned int | getRefCount | (); | Get reference count |
void | refCountDown | (); | Decrement reference count |
void | refCountUp | (); | Increment reference count |
void | waitForNoReferences | (); | Wait until reference counter goes to zero |