Std::__atomic_base _itp -
__atomic_base (const __atomic_base &)=delete
constexpr __atomic_base (__int_type __i) noexcept
__attribute__ ((always_inline)) void store(__int_type __i
bool is_lock_free () const noexcept
bool is_lock_free () const volatilenoexcept
operator __int_type () const noexcept
operator __int_type () const volatilenoexcept
__int_type operator&= (__int_type __i) noexcept
__int_type operator&= (__int_type __i) volatilenoexcept
__int_type operator++ (int) noexcept
__int_type operator++ (int) volatilenoexcept
__int_type operator++ () noexcept
__int_type operator++ () volatilenoexcept
__int_type operator+= (__int_type __i) noexcept
__int_type operator+= (__int_type __i) volatilenoexcept
__int_type operator-- (int) noexcept
__int_type operator-- (int) volatilenoexcept
__int_type operator-- () noexcept
__int_type operator-- () volatilenoexcept
__int_type operator-= (__int_type __i) noexcept
__int_type operator-= (__int_type __i) volatilenoexcept
__atomic_base & operator= (const __atomic_base &)=delete
__atomic_base & operator= (const __atomic_base &) volatile=delete
__int_type operator= (__int_type __i) noexcept
__int_type operator= (__int_type __i) volatilenoexcept
__int_type operator^= (__int_type __i) noexcept
__int_type operator^= (__int_type __i) volatilenoexcept
__int_type operator|= (__int_type __i) noexcept
__int_type operator|= (__int_type __i) volatilenoexcept
Base class for atomic integrals.
Definition at line 121 of file atomic_base.h.
Generated automatically by Doxygen for libstdc++ from the source code.