#include <AtomicCount.h>
Public Types | |
|
typedef ::qpid::sys::ScopedDecrement < AtomicCount > | ScopedDecrement |
|
typedef ::qpid::sys::ScopedIncrement < AtomicCount > | ScopedIncrement |
Public Member Functions | |
| AtomicCount (long value=0) | |
| void | operator++ () |
| long | operator-- () |
| operator long () const | |
Definition at line 31 of file AtomicCount.h.
1.5.6