|
OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <AtomicBool.h>


Public Member Functions | |
| AtomicBool (bool value) | |
| bool | boolean_test () const |
| AtomicBool & | operator= (bool value) |
Public Member Functions inherited from OpenDDS::DCPS::SafeBool_T< AtomicBool > | |
| operator BoolType () const | |
Public Member Functions inherited from OpenDDS::DCPS::SafeBoolBase | |
| void | this_type_does_not_support_comparisons () const |
Private Attributes | |
| Atomic< bool > | impl_ |
Additional Inherited Members | |
Public Types inherited from OpenDDS::DCPS::SafeBoolBase | |
| typedef void(SafeBoolBase::* | BoolType) () const |
Protected Member Functions inherited from OpenDDS::DCPS::SafeBool_T< AtomicBool > | |
| ~SafeBool_T () | |
Protected Member Functions inherited from OpenDDS::DCPS::SafeBoolBase | |
| SafeBoolBase () | |
| SafeBoolBase (const SafeBoolBase &) | |
| SafeBoolBase & | operator= (const SafeBoolBase &) |
| ~SafeBoolBase () | |
Definition at line 14 of file AtomicBool.h.
|
inline |
Definition at line 16 of file AtomicBool.h.
|
inline |
|
inline |
Definition at line 26 of file AtomicBool.h.
|
private |
Definition at line 33 of file AtomicBool.h.
Referenced by boolean_test(), and operator=().
1.8.13