|
libstdc++
|
This is the complete list of members for std::atomic< bool >, including all inherited members.
| atomic() noexcept=default (defined in std::atomic< bool >) | std::atomic< bool > | |
| atomic(const atomic &)=delete (defined in std::atomic< bool >) | std::atomic< bool > | |
| atomic(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) volatile noexcept (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) volatile noexcept (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) volatile noexcept (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) volatile noexcept (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) volatile noexcept (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 volatile noexcept (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 volatile noexcept (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 volatile noexcept (defined in std::atomic< bool >) | std::atomic< bool > | inline |
| operator=(const atomic &)=delete (defined in std::atomic< bool >) | std::atomic< bool > | |
| operator=(const atomic &) 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) volatile noexcept (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) volatile noexcept (defined in std::atomic< bool >) | std::atomic< bool > | inline |
| value_type typedef (defined in std::atomic< bool >) | std::atomic< bool > | |
| ~atomic() noexcept=default (defined in std::atomic< bool >) | std::atomic< bool > |