#include <AtomicCount.h>
Public Types | |
| typedef ScopedDecrement< AtomicCount > | ScopedDecrement |
| typedef ScopedIncrement< AtomicCount > | ScopedIncrement |
Public Member Functions | |
| AtomicCount (long value=0) | |
| void | operator++ () |
| long | operator-- () |
| operator long () const | |
1.4.7