Agora  1.2.0
Agora project
spdlog::details::null_atomic_int Struct Reference

#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
 

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ exchange()

int spdlog::details::null_atomic_int::exchange ( int  new_value,
std::memory_order  = std::memory_order_relaxed 
)
inline
Here is the call graph for this function:

◆ 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

Member Data Documentation

◆ value

int spdlog::details::null_atomic_int::value

The documentation for this struct was generated from the following file: