boolean value with atomic getting/setting
Public Methods
-
AtomicBool() throw()
-
AtomicBool(AtomicBool& x) throw()
-
AtomicBool(bool x) throw()
-
bool value() const throw()
-
operator bool() const throw()
-
void value(bool x) throw()
-
AtomicBool& operator=(const AtomicBool& x)
-
volatile AtomicBool& operator=(const AtomicBool& x)
-
AtomicBool& operator=(bool x)
-
volatile AtomicBool& operator=(bool x)
Documentation
boolean value with atomic getting/setting
AtomicBool() throw()
AtomicBool(AtomicBool& x) throw()
AtomicBool(bool x) throw()
bool value() const throw()
operator bool() const throw()
void value(bool x) throw()
AtomicBool& operator=(const AtomicBool& x)
volatile AtomicBool& operator=(const AtomicBool& x)
AtomicBool& operator=(bool x)
volatile AtomicBool& operator=(bool x)
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.