|
spdlog
|
Definition at line 22 of file null_mutex.h.
#include <null_mutex.h>
Public Member Functions | |
| null_atomic_int ()=default | |
| null_atomic_int (int new_value) | |
| int | load (std::memory_order=std::memory_order_relaxed) const |
| void | store (int new_value, std::memory_order=std::memory_order_relaxed) |
| int | exchange (int new_value, std::memory_order=std::memory_order_relaxed) |
Public Attributes | |
| int | value |
|
default |
|
inlineexplicit |
Definition at line 27 of file null_mutex.h.
|
inline |
Definition at line 41 of file null_mutex.h.
|
inline |
Definition at line 31 of file null_mutex.h.
|
inline |
Definition at line 36 of file null_mutex.h.
| int spdlog::details::null_atomic_int::value |
Definition at line 24 of file null_mutex.h.