Atomic integer.
More...
#include <atomic.h>
Atomic integer.
Definition at line 21 of file atomic.h.
◆ Atomic()
| roc::core::Atomic::Atomic |
( |
long |
value = 0 | ) |
|
|
inlineexplicit |
Initialize with given value.
Definition at line 24 of file atomic.h.
◆ operator long()
| roc::core::Atomic::operator long |
( |
| ) |
const |
|
inline |
◆ operator++()
| long roc::core::Atomic::operator++ |
( |
| ) |
|
|
inline |
◆ operator--()
| long roc::core::Atomic::operator-- |
( |
| ) |
|
|
inline |
◆ operator=()
| long roc::core::Atomic::operator= |
( |
bool |
v | ) |
|
|
inline |
The documentation for this class was generated from the following file: