AtomicBool Member List

This is the complete list of members for AtomicBool , including all inherited members.

_value AtomicBool private
AtomicBool (Bool value=false) AtomicBool
Get () const AtomicBool
Load () const AtomicBool
LoadAcquire () const AtomicBool
LoadConsume () const AtomicBool
LoadRelaxed () const AtomicBool
MAXON_DISALLOW_COPY_AND_ASSIGN (AtomicBool) AtomicBool private
Set (Bool newValue) AtomicBool
Store (Bool newValue) AtomicBool
StoreRelaxed (Bool newValue) AtomicBool
StoreRelease (Bool newValue) AtomicBool
Swap (Bool newValue) AtomicBool
TryCompareAndSwap (Bool newValue, Bool compare) AtomicBool
ValueType typedef AtomicBool