libstdc++
|
Public Types | |
typedef __atomic_base < unsigned short > | __base_type |
typedef unsigned short | __integral_type |
Public Member Functions | |
atomic (const atomic &) | |
constexpr | atomic (__integral_type __i) noexcept |
__attribute__ ((__always_inline__)) void store(__int_type __i | |
bool | is_lock_free () const noexcept |
bool | is_lock_free () const volatile noexcept |
operator __int_type () const noexcept | |
operator __int_type () const volatile noexcept | |
__int_type | operator&= (__int_type __i) noexcept |
__int_type | operator&= (__int_type __i) volatile noexcept |
__int_type | operator++ (int) noexcept |
__int_type | operator++ (int) volatile noexcept |
__int_type | operator++ () noexcept |
__int_type | operator++ () volatile noexcept |
__int_type | operator+= (__int_type __i) noexcept |
__int_type | operator+= (__int_type __i) volatile noexcept |
__int_type | operator-- (int) noexcept |
__int_type | operator-- (int) volatile noexcept |
__int_type | operator-- () noexcept |
__int_type | operator-- () volatile noexcept |
__int_type | operator-= (__int_type __i) noexcept |
__int_type | operator-= (__int_type __i) volatile noexcept |
atomic & | operator= (const atomic &) |
atomic & | operator= (const atomic &) volatile |
__int_type | operator^= (__int_type __i) noexcept |
__int_type | operator^= (__int_type __i) volatile noexcept |
__int_type | operator|= (__int_type __i) noexcept |
__int_type | operator|= (__int_type __i) volatile noexcept |
Explicit specialization for unsigned short.