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

#include <atomic>

Public Types

typedef __atomic_base< unsigned short > __base_type
typedef unsigned short __integral_type
using value_type

Public Member Functions

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

Static Public Attributes

static constexpr bool is_always_lock_free

Detailed Description

Explicit specialization for unsigned short.

Definition at line 803 of file atomic.

Member Typedef Documentation

◆ __base_type

typedef __atomic_base<unsigned short> std::atomic< unsigned short >::__base_type

Definition at line 806 of file atomic.

◆ __integral_type

typedef unsigned short std::atomic< unsigned short >::__integral_type

Definition at line 805 of file atomic.

◆ value_type

using std::atomic< unsigned short >::value_type

Definition at line 200 of file atomic.

Constructor & Destructor Documentation

◆ atomic()

std::atomic< unsigned short >::atomic ( __integral_type __i)
inlineconstexprnoexcept

Definition at line 814 of file atomic.

Member Function Documentation

◆ compare_exchange_strong()

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

Definition at line 358 of file atomic.

◆ compare_exchange_weak()

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

Definition at line 322 of file atomic.

◆ exchange()

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

Definition at line 301 of file atomic.

◆ is_lock_free()

bool std::atomic< unsigned short >::is_lock_free ( ) const
inlinenoexcept

Definition at line 250 of file atomic.

◆ load()

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

Definition at line 283 of file atomic.

◆ notify_all()

void std::atomic< unsigned short >::notify_all ( )
inlinenoexcept

Definition at line 408 of file atomic.

◆ notify_one()

void std::atomic< unsigned short >::notify_one ( )
inlinenoexcept

Definition at line 404 of file atomic.

◆ operator unsigned short() [1/2]

std::atomic< unsigned short >::operator unsigned short ( ) const
inlinenoexcept

Definition at line 235 of file atomic.

◆ operator unsigned short() [2/2]

std::atomic< unsigned short >::operator unsigned short ( ) const volatile
inlinenoexcept

Definition at line 238 of file atomic.

◆ store()

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

Definition at line 271 of file atomic.

◆ wait()

void std::atomic< unsigned short >::wait ( unsigned short __old,
memory_order __m = memory_order_seq_cst ) const
inlinenoexcept

Definition at line 395 of file atomic.

Member Data Documentation

◆ is_always_lock_free

bool std::atomic< unsigned short >::is_always_lock_free
staticconstexpr

Definition at line 820 of file atomic.


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