libstdc++
|
This is the complete list of members for std::atomic_bool, including all inherited members.
atomic_bool() noexcept=default (defined in std::atomic_bool) | std::atomic_bool | |
atomic_bool(const atomic_bool &)=delete (defined in std::atomic_bool) | std::atomic_bool | |
atomic_bool(bool __i) noexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
compare_exchange_strong(bool &__i1, bool __i2, memory_order __m1, memory_order __m2) noexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
compare_exchange_strong(bool &__i1, bool __i2, memory_order __m1, memory_order __m2) volatilenoexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
compare_exchange_strong(bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
compare_exchange_strong(bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
compare_exchange_weak(bool &__i1, bool __i2, memory_order __m1, memory_order __m2) noexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
compare_exchange_weak(bool &__i1, bool __i2, memory_order __m1, memory_order __m2) volatilenoexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
compare_exchange_weak(bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
compare_exchange_weak(bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
exchange(bool __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
exchange(bool __i, memory_order __m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
is_lock_free() const noexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
is_lock_free() const volatilenoexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
load(memory_order __m=memory_order_seq_cst) const noexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
load(memory_order __m=memory_order_seq_cst) const volatilenoexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
operator bool() const noexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
operator bool() const volatilenoexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
operator=(const atomic_bool &)=delete (defined in std::atomic_bool) | std::atomic_bool | |
operator=(const atomic_bool &) volatile=delete (defined in std::atomic_bool) | std::atomic_bool | |
operator=(bool __i) noexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
operator=(bool __i) volatilenoexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
store(bool __i, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
store(bool __i, memory_order __m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic_bool) | std::atomic_bool | inline |
~atomic_bool() noexcept=default (defined in std::atomic_bool) | std::atomic_bool |