libstdc++
std::atomic< unsigned char > Struct Reference

#include <atomic>

Inheritance diagram for std::atomic< unsigned char >:
[legend]

Public Types

typedef __atomic_base< unsigned char > __base_type
 
typedef unsigned char __integral_type
 

Public Member Functions

constexpr atomic (__integral_type __i) noexcept
 
 atomic (const atomic &)=delete
 
 __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++ () noexcept
 
__int_type operator++ () volatile noexcept
 
__int_type operator++ (int) noexcept
 
__int_type operator++ (int) volatile noexcept
 
__int_type operator+= (__int_type __i) noexcept
 
__int_type operator+= (__int_type __i) volatile noexcept
 
__int_type operator-- () noexcept
 
__int_type operator-- () volatile noexcept
 
__int_type operator-- (int) noexcept
 
__int_type operator-- (int) volatile noexcept
 
__int_type operator-= (__int_type __i) noexcept
 
__int_type operator-= (__int_type __i) volatile noexcept
 
atomicoperator= (const atomic &) volatile=delete
 
atomicoperator= (const atomic &)=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

Explicit specialization for unsigned char.

Definition at line 552 of file atomic.

Member Function Documentation

◆ is_lock_free() [1/2]

bool std::__atomic_base< unsigned char >::is_lock_free ( ) const
inlinenoexceptinherited

Definition at line 351 of file atomic_base.h.

◆ is_lock_free() [2/2]

bool std::__atomic_base< unsigned char >::is_lock_free ( ) const volatile
inlinenoexceptinherited

Definition at line 359 of file atomic_base.h.

◆ operator __int_type() [1/2]

std::__atomic_base< unsigned char >::operator __int_type ( ) const
inlinenoexceptinherited

Definition at line 258 of file atomic_base.h.

◆ operator __int_type() [2/2]

std::__atomic_base< unsigned char >::operator __int_type ( ) const volatile
inlinenoexceptinherited

Definition at line 261 of file atomic_base.h.

◆ operator&=() [1/2]

__int_type std::__atomic_base< unsigned char >::operator&= ( __int_type  __i)
inlinenoexceptinherited

Definition at line 327 of file atomic_base.h.

◆ operator&=() [2/2]

__int_type std::__atomic_base< unsigned char >::operator&= ( __int_type  __i) volatile
inlinenoexceptinherited

Definition at line 331 of file atomic_base.h.

◆ operator++() [1/4]

__int_type std::__atomic_base< unsigned char >::operator++ ( )
inlinenoexceptinherited

Definition at line 295 of file atomic_base.h.

◆ operator++() [2/4]

__int_type std::__atomic_base< unsigned char >::operator++ ( ) volatile
inlinenoexceptinherited

Definition at line 299 of file atomic_base.h.

◆ operator++() [3/4]

__int_type std::__atomic_base< unsigned char >::operator++ ( int  )
inlinenoexceptinherited

Definition at line 279 of file atomic_base.h.

◆ operator++() [4/4]

__int_type std::__atomic_base< unsigned char >::operator++ ( int  ) volatile
inlinenoexceptinherited

Definition at line 283 of file atomic_base.h.

◆ operator+=() [1/2]

__int_type std::__atomic_base< unsigned char >::operator+= ( __int_type  __i)
inlinenoexceptinherited

Definition at line 311 of file atomic_base.h.

◆ operator+=() [2/2]

__int_type std::__atomic_base< unsigned char >::operator+= ( __int_type  __i) volatile
inlinenoexceptinherited

Definition at line 315 of file atomic_base.h.

◆ operator--() [1/4]

__int_type std::__atomic_base< unsigned char >::operator-- ( )
inlinenoexceptinherited

Definition at line 303 of file atomic_base.h.

◆ operator--() [2/4]

__int_type std::__atomic_base< unsigned char >::operator-- ( ) volatile
inlinenoexceptinherited

Definition at line 307 of file atomic_base.h.

◆ operator--() [3/4]

__int_type std::__atomic_base< unsigned char >::operator-- ( int  )
inlinenoexceptinherited

Definition at line 287 of file atomic_base.h.

◆ operator--() [4/4]

__int_type std::__atomic_base< unsigned char >::operator-- ( int  ) volatile
inlinenoexceptinherited

Definition at line 291 of file atomic_base.h.

◆ operator-=() [1/2]

__int_type std::__atomic_base< unsigned char >::operator-= ( __int_type  __i)
inlinenoexceptinherited

Definition at line 319 of file atomic_base.h.

◆ operator-=() [2/2]

__int_type std::__atomic_base< unsigned char >::operator-= ( __int_type  __i) volatile
inlinenoexceptinherited

Definition at line 323 of file atomic_base.h.

◆ operator^=() [1/2]

__int_type std::__atomic_base< unsigned char >::operator^= ( __int_type  __i)
inlinenoexceptinherited

Definition at line 343 of file atomic_base.h.

◆ operator^=() [2/2]

__int_type std::__atomic_base< unsigned char >::operator^= ( __int_type  __i) volatile
inlinenoexceptinherited

Definition at line 347 of file atomic_base.h.

◆ operator|=() [1/2]

__int_type std::__atomic_base< unsigned char >::operator|= ( __int_type  __i)
inlinenoexceptinherited

Definition at line 335 of file atomic_base.h.

◆ operator|=() [2/2]

__int_type std::__atomic_base< unsigned char >::operator|= ( __int_type  __i) volatile
inlinenoexceptinherited

Definition at line 339 of file atomic_base.h.


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