AtomicCount Class Reference
#include <AtomicCount.h>
Inheritance diagram for AtomicCount:
Public Member Functions | |
AtomicCount () | |
Create a new AtomicCount, initialized to a value of 1. | |
~AtomicCount () | |
Destroy a new AtomicCount. | |
size_t | operator-- (int) |
Postfix decrement and return the current value. | |
size_t | operator++ (int) |
Postfix increment and return the current value. | |
size_t | operator-- () |
Prefix decrement and return the current value. | |
size_t | operator++ () |
Prefix increment and return the current value. |
Detailed Description
- Author:
- Eric Crahen <http://www.code-foo.com>
- Date:
- <2003-07-16T09:41:55-0400>
- Version:
- 2.3.0
The documentation for this class was generated from the following file:
- AtomicCount.h