8 #ifndef BOOSTER_ATOMIC_COUNT_H 9 #define BOOSTER_ATOMIC_COUNT_H 11 #include <booster/config.h> 62 std::atomic_long value_;
long operator++()
Definition: atomic_counter.h:36
long operator--()
Definition: atomic_counter.h:43
Booster library namespace. The library that implements Boost Like API in ABI backward compatible way...
Definition: application.h:23
Atomic counter is a class that allows perform counting in thread safe way.
Definition: atomic_counter.h:25