libstdc++
std::atomic< wchar_t > Struct Reference

#include <atomic>

Public Types

typedef __atomic_base< wchar_t > __base_type
typedef wchar_t __integral_type
using value_type

Public Member Functions

constexpr atomic (__integral_type __i) noexcept
 atomic (const atomic &)=delete
bool compare_exchange_strong (wchar_t &__e, wchar_t __i, memory_order __s, memory_order __f) noexcept
bool compare_exchange_weak (wchar_t &__e, wchar_t __i, memory_order __s, memory_order __f) noexcept
wchar_t exchange (wchar_t __i, memory_order __m=memory_order_seq_cst) noexcept
bool is_lock_free () const noexcept
wchar_t load (memory_order __m=memory_order_seq_cst) const noexcept
 operator wchar_t () const noexcept
 operator wchar_t () const volatile noexcept
atomic & operator= (const atomic &) volatile =delete
atomic & operator= (const atomic &)=delete
void store (wchar_t __i, memory_order __m=memory_order_seq_cst) noexcept

Detailed Description

Explicit specialization for wchar_t.

Definition at line 973 of file atomic.

Member Typedef Documentation

◆ __base_type

typedef __atomic_base<wchar_t> std::atomic< wchar_t >::__base_type

Definition at line 976 of file atomic.

◆ __integral_type

typedef wchar_t std::atomic< wchar_t >::__integral_type

Definition at line 975 of file atomic.

◆ value_type

using std::atomic< wchar_t >::value_type

Definition at line 201 of file atomic.

Constructor & Destructor Documentation

◆ atomic()

std::atomic< wchar_t >::atomic ( __integral_type __i)
inlineconstexprnoexcept

Definition at line 984 of file atomic.

Member Function Documentation

◆ compare_exchange_strong()

bool std::atomic< wchar_t >::compare_exchange_strong ( wchar_t & __e,
wchar_t __i,
memory_order __s,
memory_order __f )
inlinenoexcept

Definition at line 377 of file atomic.

◆ compare_exchange_weak()

bool std::atomic< wchar_t >::compare_exchange_weak ( wchar_t & __e,
wchar_t __i,
memory_order __s,
memory_order __f )
inlinenoexcept

Definition at line 349 of file atomic.

◆ exchange()

wchar_t std::atomic< wchar_t >::exchange ( wchar_t __i,
memory_order __m = memory_order_seq_cst )
inlinenoexcept

Definition at line 326 of file atomic.

◆ is_lock_free()

bool std::atomic< wchar_t >::is_lock_free ( ) const
inlinenoexcept

Definition at line 271 of file atomic.

◆ load()

wchar_t std::atomic< wchar_t >::load ( memory_order __m = memory_order_seq_cst) const
inlinenoexcept

Definition at line 308 of file atomic.

◆ operator wchar_t() [1/2]

std::atomic< wchar_t >::operator wchar_t ( ) const
inlinenoexcept

Definition at line 256 of file atomic.

◆ operator wchar_t() [2/2]

std::atomic< wchar_t >::operator wchar_t ( ) const volatile
inlinenoexcept

Definition at line 259 of file atomic.

◆ store()

void std::atomic< wchar_t >::store ( wchar_t __i,
memory_order __m = memory_order_seq_cst )
inlinenoexcept

Definition at line 292 of file atomic.


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