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

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

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