libstdc++
std::atomic< _Tp > Member List

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

atomic() noexcept=default (defined in std::atomic< _Tp >)std::atomic< _Tp >
atomic(const atomic &)=delete (defined in std::atomic< _Tp >)std::atomic< _Tp >
atomic(_Tp __i) noexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
compare_exchange_strong(_Tp &__e, _Tp __i, memory_order __s, memory_order __f) noexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
compare_exchange_strong(_Tp &__e, _Tp __i, memory_order __s, memory_order __f) volatilenoexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
compare_exchange_strong(_Tp &__e, _Tp __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
compare_exchange_strong(_Tp &__e, _Tp __i, memory_order __m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
compare_exchange_weak(_Tp &__e, _Tp __i, memory_order __s, memory_order __f) noexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
compare_exchange_weak(_Tp &__e, _Tp __i, memory_order __s, memory_order __f) volatilenoexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
compare_exchange_weak(_Tp &__e, _Tp __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
compare_exchange_weak(_Tp &__e, _Tp __i, memory_order __m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
exchange(_Tp __i, memory_order _m=memory_order_seq_cst) noexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
exchange(_Tp __i, memory_order _m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
is_lock_free() const noexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
is_lock_free() const volatilenoexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
load(memory_order _m=memory_order_seq_cst) const noexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
load(memory_order _m=memory_order_seq_cst) const volatilenoexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
operator _Tp() const noexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
operator _Tp() const volatilenoexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
operator=(const atomic &)=delete (defined in std::atomic< _Tp >)std::atomic< _Tp >
operator=(const atomic &) volatile=delete (defined in std::atomic< _Tp >)std::atomic< _Tp >
operator=(_Tp __i) noexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
operator=(_Tp __i) volatilenoexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
store(_Tp __i, memory_order _m=memory_order_seq_cst) noexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
store(_Tp __i, memory_order _m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic< _Tp >)std::atomic< _Tp >inline
~atomic() noexcept=default (defined in std::atomic< _Tp >)std::atomic< _Tp >