#include <null_mutex.h>
|
| | 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) |
| |
◆ null_atomic_int() [1/2]
| spdlog::details::null_atomic_int::null_atomic_int |
( |
| ) |
|
|
default |
◆ null_atomic_int() [2/2]
| spdlog::details::null_atomic_int::null_atomic_int |
( |
int |
new_value | ) |
|
|
inlineexplicit |
◆ exchange()
| int spdlog::details::null_atomic_int::exchange |
( |
int |
new_value, |
|
|
std::memory_order |
= std::memory_order_relaxed |
|
) |
| |
|
inline |
◆ load()
| int spdlog::details::null_atomic_int::load |
( |
std::memory_order |
= std::memory_order_relaxed | ) |
const |
|
inline |
◆ store()
| void spdlog::details::null_atomic_int::store |
( |
int |
new_value, |
|
|
std::memory_order |
= std::memory_order_relaxed |
|
) |
| |
|
inline |
◆ value
| int spdlog::details::null_atomic_int::value |
The documentation for this struct was generated from the following file: