#include <atomic_counter.hpp>
Definition at line 61 of file atomic_counter.hpp.
◆ integer_t
◆ atomic_counter_t()
zmq::atomic_counter_t::atomic_counter_t |
( |
integer_t |
value_ = 0 | ) |
|
|
inline |
◆ add()
◆ get()
integer_t zmq::atomic_counter_t::get |
( |
| ) |
const |
|
inline |
◆ set()
◆ sub()
bool zmq::atomic_counter_t::sub |
( |
integer_t |
decrement_ | ) |
|
|
inline |
◆ _value
volatile integer_t zmq::atomic_counter_t::_value |
|
private |
◆ sync
mutex_t zmq::atomic_counter_t::sync |
|
private |
The documentation for this class was generated from the following file: