libstdc++
std::atomic< unsigned char > Member List

This is the complete list of members for std::atomic< unsigned char >, including all inherited members.

__atomic_base() noexcept=default (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >
__atomic_base(const __atomic_base &)=delete (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >
__atomic_base(__int_type __i) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
__base_type typedef (defined in std::atomic< unsigned char >)std::atomic< unsigned char >
__integral_type typedef (defined in std::atomic< unsigned char >)std::atomic< unsigned char >
atomic() noexcept=default (defined in std::atomic< unsigned char >)std::atomic< unsigned char >
atomic(const atomic &)=delete (defined in std::atomic< unsigned char >)std::atomic< unsigned char >
atomic(__integral_type __i) noexcept (defined in std::atomic< unsigned char >)std::atomic< unsigned char >inline
compare_exchange_strong(__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
compare_exchange_strong(__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
compare_exchange_strong(__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
compare_exchange_strong(__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
compare_exchange_weak(__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
compare_exchange_weak(__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
compare_exchange_weak(__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
compare_exchange_weak(__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
difference_type typedef (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >
exchange(__int_type __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
exchange(__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
fetch_add(__int_type __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
fetch_add(__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
fetch_and(__int_type __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
fetch_and(__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
fetch_or(__int_type __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
fetch_or(__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
fetch_sub(__int_type __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
fetch_sub(__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
fetch_xor(__int_type __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
fetch_xor(__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
is_lock_free() const noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
is_lock_free() const volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
load(memory_order __m=memory_order_seq_cst) const noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
load(memory_order __m=memory_order_seq_cst) const volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator __int_type() const noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator __int_type() const volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator&=(__int_type __i) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator&=(__int_type __i) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator++(int) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator++(int) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator++() noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator++() volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator+=(__int_type __i) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator+=(__int_type __i) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator--(int) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator--(int) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator--() noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator--() volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator-=(__int_type __i) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator-=(__int_type __i) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator=(const atomic &)=delete (defined in std::atomic< unsigned char >)std::atomic< unsigned char >
operator=(const atomic &) volatile=delete (defined in std::atomic< unsigned char >)std::atomic< unsigned char >
operator=(const __atomic_base &)=delete (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >
operator=(const __atomic_base &) volatile=delete (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >
operator=(__int_type __i) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator=(__int_type __i) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator^=(__int_type __i) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator^=(__int_type __i) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator|=(__int_type __i) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
operator|=(__int_type __i) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
store(__int_type __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
store(__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >inline
value_type typedef (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >
~__atomic_base() noexcept=default (defined in std::__atomic_base< unsigned char >)std::__atomic_base< unsigned char >
~atomic() noexcept=default (defined in std::atomic< unsigned char >)std::atomic< unsigned char >