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

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

__base_type typedef (defined in std::atomic< unsigned long >)std::atomic< unsigned long >
__integral_type typedef (defined in std::atomic< unsigned long >)std::atomic< unsigned long >
atomic() noexcept=default (defined in std::atomic< unsigned long >)std::atomic< unsigned long >
atomic(const atomic &)=delete (defined in std::atomic< unsigned long >)std::atomic< unsigned long >
atomic(__integral_type __i) noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
compare_exchange_strong(unsigned long &__e, unsigned long __i, memory_order __s, memory_order __f) noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
compare_exchange_weak(unsigned long &__e, unsigned long __i, memory_order __s, memory_order __f) noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
exchange(unsigned long __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
is_always_lock_free (defined in std::atomic< unsigned long >)std::atomic< unsigned long >static
is_lock_free() const noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
load(memory_order __m=memory_order_seq_cst) const noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
notify_all() noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
notify_one() noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
operator unsigned long() const noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
operator unsigned long() const volatile noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
operator=(const atomic &)=delete (defined in std::atomic< unsigned long >)std::atomic< unsigned long >
operator=(const atomic &) volatile =delete (defined in std::atomic< unsigned long >)std::atomic< unsigned long >
store(unsigned long __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
value_type typedef (defined in std::atomic< unsigned long >)std::atomic< unsigned long >
wait(unsigned long __old, memory_order __m=memory_order_seq_cst) const noexcept (defined in std::atomic< unsigned long >)std::atomic< unsigned long >inline
~atomic() noexcept=default (defined in std::atomic< unsigned long >)std::atomic< unsigned long >