libstdc++
std::atomic< signed char > Struct Template Reference
Inheritance diagram for std::atomic< signed char >:
[legend]

Public Types

typedef __atomic_base< signed char > __base_type
 
typedef signed char __integral_type
 
using difference_type = value_type
 
using value_type = signed char
 

Public Member Functions

 atomic (const atomic &)=delete
 
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
 
atomicoperator= (const atomic &)=delete
 
atomicoperator= (const atomic &) volatile=delete
 
__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
 

Detailed Description

template<>
struct std::atomic< signed char >

Explicit specialization for signed char.

Definition at line 656 of file atomic.


The documentation for this struct was generated from the following file: