libstdc++
Public Member Functions
|
Public Attributes
std::atomic_flag Struct Reference
Atomics
Inheritance diagram for std::atomic_flag:
[
legend
]
List of all members.
Public Member Functions
atomic_flag
(const
atomic_flag
&)
constexpr
atomic_flag
(bool __i) noexcept
void
clear
(
memory_order
__m=memory_order_seq_cst) noexcept
void
clear
(
memory_order
__m=memory_order_seq_cst) volatile noexcept
atomic_flag
&
operator=
(const
atomic_flag
&)
atomic_flag
&
operator=
(const
atomic_flag
&) volatile
bool
test_and_set
(
memory_order
__m=memory_order_seq_cst) noexcept
bool
test_and_set
(
memory_order
__m=memory_order_seq_cst) volatile noexcept
Public Attributes
unsigned char
_M_i
Detailed Description
atomic_flag
Definition at line
243
of file
atomic_base.h
.
The documentation for this struct was generated from the following file:
atomic_base.h
std
atomic_flag
Generated by
1.8.0