libstdc++
|
This is the complete list of members for std::atomic< _Tp * >, including all inherited members.
__base_type typedef (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | |
__pointer_type typedef (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | |
_M_b (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | |
atomic() noexcept=default (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | |
atomic(const atomic &)=delete (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | |
atomic(__pointer_type __p) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
compare_exchange_strong(__pointer_type &__p1, __pointer_type __p2, memory_order __m1, memory_order __m2) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
compare_exchange_strong(__pointer_type &__p1, __pointer_type __p2, memory_order __m1, memory_order __m2) volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
compare_exchange_strong(__pointer_type &__p1, __pointer_type __p2, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
compare_exchange_strong(__pointer_type &__p1, __pointer_type __p2, memory_order __m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
compare_exchange_weak(__pointer_type &__p1, __pointer_type __p2, memory_order __m1, memory_order __m2) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
compare_exchange_weak(__pointer_type &__p1, __pointer_type __p2, memory_order __m1, memory_order __m2) volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
compare_exchange_weak(__pointer_type &__p1, __pointer_type __p2, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
compare_exchange_weak(__pointer_type &__p1, __pointer_type __p2, memory_order __m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
exchange(__pointer_type __p, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
exchange(__pointer_type __p, memory_order __m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
fetch_add(ptrdiff_t __d, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
fetch_add(ptrdiff_t __d, memory_order __m=memory_order_seq_cst) volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
fetch_sub(ptrdiff_t __d, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
fetch_sub(ptrdiff_t __d, 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 __pointer_type() const noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator __pointer_type() const volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator++(int) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator++(int) volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator++() noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator++() volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator+=(ptrdiff_t __d) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator+=(ptrdiff_t __d) volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator--(int) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator--(int) volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator--() noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator--() volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator-=(ptrdiff_t __d) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator-=(ptrdiff_t __d) 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=(__pointer_type __p) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
operator=(__pointer_type __p) volatilenoexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
store(__pointer_type __p, memory_order __m=memory_order_seq_cst) noexcept (defined in std::atomic< _Tp * >) | std::atomic< _Tp * > | inline |
store(__pointer_type __p, 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 * > |