Beamlib 3.3.2
This is the Beam C++ class library.
|
BAtomic class increments/decrements different integer types. More...
#include <BAtomic.h>
Public Member Functions | |
BAtomic (Type value=0) | |
Type | getValue () const |
Type | add (long value) |
Type | operator++ (int) |
Type | operator++ () |
Type | operator-- (int) |
Type | operator-- () |
operator Type () const | |
BAtomic class increments/decrements different integer types.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |