OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <AtomicBool.h>
Public Member Functions | |
AtomicBool (bool value) | |
bool | boolean_test () const |
AtomicBool & | operator= (bool value) |
![]() | |
operator BoolType () const | |
![]() | |
void | this_type_does_not_support_comparisons () const |
Private Attributes | |
Atomic< bool > | impl_ |
Additional Inherited Members | |
![]() | |
typedef void(SafeBoolBase::* | BoolType) () const |
![]() | |
~SafeBool_T () | |
![]() | |
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=().