SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::Core::Atomic< T, OrderT > Member List

This is the complete list of members for SWC::Core::Atomic< T, OrderT >, including all inherited members.

add_rslt(T v) noexceptSWC::Core::Atomic< T, OrderT >inline
and_rslt(T v) noexceptSWC::Core::Atomic< T, OrderT >inline
Atomic() noexceptSWC::Core::Atomic< T, OrderT >inlineexplicit
Atomic(ValueT initial) noexceptSWC::Core::Atomic< T, OrderT >inlineexplicit
Atomic(const Atomic< T > &)=deleteSWC::Core::Atomic< T, OrderT >
Atomic(const Atomic< T > &&)=deleteSWC::Core::Atomic< T, OrderT >
AtomicBase() noexceptSWC::Core::AtomicBase< T >inlineexplicit
AtomicBase(ValueT initial) noexceptSWC::Core::AtomicBase< T >inlineexplicit
AtomicBase(const AtomicBase< T > &)=deleteSWC::Core::AtomicBase< T >
AtomicBase(const AtomicBase< T > &&)=deleteSWC::Core::AtomicBase< T >
compare_exchange_weak(T &at, T value) noexceptSWC::Core::AtomicBase< T >inline
exchange(T value) noexceptSWC::Core::AtomicBase< T >inline
fetch_add(T v) noexceptSWC::Core::Atomic< T, OrderT >inline
fetch_and(T v) noexceptSWC::Core::Atomic< T, OrderT >inline
fetch_or(T v) noexceptSWC::Core::Atomic< T, OrderT >inline
fetch_sub(T v) noexceptSWC::Core::Atomic< T, OrderT >inline
fetch_xor(T v) noexceptSWC::Core::Atomic< T, OrderT >inline
load() const noexceptSWC::Core::AtomicBase< T >inline
operator T() const noexceptSWC::Core::AtomicBase< T >inline
operator++(int) noexceptSWC::Core::Atomic< T, OrderT >inline
operator--(int) noexceptSWC::Core::Atomic< T, OrderT >inline
operator=(ValueT v)=deleteSWC::Core::Atomic< T, OrderT >
or_rslt(T v) noexceptSWC::Core::Atomic< T, OrderT >inline
store(T v) noexceptSWC::Core::AtomicBase< T >inline
sub_rslt(T v) noexceptSWC::Core::Atomic< T, OrderT >inline
xor_rslt(T v) noexceptSWC::Core::Atomic< T, OrderT >inline
~Atomic() noexceptSWC::Core::Atomic< T, OrderT >inline
~AtomicBase() noexceptSWC::Core::AtomicBase< T >inline