#include <MSharedCounter.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 integer counter
The documentation for this class was generated from the following file:
- Native/MariaNative/MCommon/MSharedCounter.h