#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 |