#include <OWBI1_RefCount.hpp>
Collaboration diagram for OWBI1::RefCount:
Public Member Functions | |
RefCount () | |
RefCount (Atomic_t c) | |
void | inc () |
bool | decAndTest () |
int | get () const |
Private Attributes | |
Atomic_t | m_count |
Definition at line 47 of file OWBI1_RefCount.hpp.
|
Definition at line 50 of file OWBI1_RefCount.hpp. |
|
Definition at line 54 of file OWBI1_RefCount.hpp. |
|
Definition at line 62 of file OWBI1_RefCount.hpp. References OWBI1::AtomicDecAndTest(). |
|
Definition at line 66 of file OWBI1_RefCount.hpp. References OWBI1::AtomicGet(). |
|
Definition at line 58 of file OWBI1_RefCount.hpp. References OWBI1::AtomicInc(). |
|
Definition at line 71 of file OWBI1_RefCount.hpp. |