libstdc++
|
#include <atomic_base.h>
Public Member Functions | |
constexpr | __atomic_base (__pointer_type __p) noexcept |
__atomic_base (const __atomic_base &)=delete | |
__attribute__ ((__always_inline__)) void store(__pointer_type __p | |
bool | is_lock_free () const noexcept |
bool | is_lock_free () const volatile noexcept |
operator __pointer_type () const noexcept | |
operator __pointer_type () const volatile noexcept | |
__pointer_type | operator++ () noexcept |
__pointer_type | operator++ () volatile noexcept |
__pointer_type | operator++ (int) noexcept |
__pointer_type | operator++ (int) volatile noexcept |
__pointer_type | operator+= (ptrdiff_t __d) noexcept |
__pointer_type | operator+= (ptrdiff_t __d) volatile noexcept |
__pointer_type | operator-- () noexcept |
__pointer_type | operator-- () volatile noexcept |
__pointer_type | operator-- (int) noexcept |
__pointer_type | operator-- (int) volatile noexcept |
__pointer_type | operator-= (ptrdiff_t __d) noexcept |
__pointer_type | operator-= (ptrdiff_t __d) volatile noexcept |
__pointer_type | operator= (__pointer_type __p) noexcept |
__pointer_type | operator= (__pointer_type __p) volatile noexcept |
__atomic_base & | operator= (const __atomic_base &) volatile=delete |
__atomic_base & | operator= (const __atomic_base &)=delete |
Partial specialization for pointer types.
Definition at line 592 of file atomic_base.h.
|
inlineconstexprnoexcept |
Definition at line 614 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 693 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 701 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 616 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 619 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 653 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 658 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 637 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 641 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 673 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 678 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 663 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 668 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 645 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 649 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 683 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 688 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 623 of file atomic_base.h.
|
inlinenoexcept |
Definition at line 630 of file atomic_base.h.