8 #ifndef BOOSTER_ATOMIC_COUNT_H 9 #define BOOSTER_ATOMIC_COUNT_H 11 #include <booster/config.h> 68 atomic_counter & operator=(atomic_counter
const &);
76 unsigned long long ull;
long operator++()
Definition: atomic_counter.h:44
long operator--()
Definition: atomic_counter.h:51
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:33