class GradSoft::AtomicBool

boolean value with atomic getting/setting

Public Methods

[more] AtomicBool() throw()
[more] AtomicBool(AtomicBool& x) throw()
[more] AtomicBool(bool x) throw()
[more]bool value() const throw()
[more] operator bool() const throw()
[more]void value(bool x) throw()
[more]AtomicBool& operator=(const AtomicBool& x)
[more]volatile AtomicBool& operator=(const AtomicBool& x)
[more]AtomicBool& operator=(bool x)
[more]volatile AtomicBool& operator=(bool x)


Documentation

boolean value with atomic getting/setting
o AtomicBool() throw()

o AtomicBool(AtomicBool& x) throw()

o AtomicBool(bool x) throw()

obool value() const throw()

o operator bool() const throw()

ovoid value(bool x) throw()

oAtomicBool& operator=(const AtomicBool& x)

ovolatile AtomicBool& operator=(const AtomicBool& x)

oAtomicBool& operator=(bool x)

ovolatile 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++.