#include <Atomic.h>
Public Member Functions | |
| Atomic (unsigned u=0) | |
| operator unsigned () const | |
| Atomic< unsigned > & | operator= (unsigned u) |
| void | operator+= (unsigned u) |
| void | operator-= (unsigned u) |
| Atomic< unsigned > | operator++ (int i) |
| Atomic< unsigned > & | operator++ () |
| Atomic< unsigned > | operator-- (int i) |
| Atomic< unsigned > & | operator-- () |
Private Attributes | |
| volatile unsigned | _u |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4