#include <StkSharedCounter.h>
|
| SharedCounter (int value=0) |
|
void | setValue (int value) |
| Set counter value.
|
|
int | getValue () const |
| Return current counter value.
|
|
void | incValue (int value) |
| Increase counter by value .
|
|
void | decValue (int value) |
| Decrease counter by value .
|
|
|
std::atomic< int > | value_ |
|
SharedCounter - Thread safe counter
The documentation for this class was generated from the following file:
- Native/SilentToolkit/StkCore/StkSharedCounter.h