#include <ThreadSafe.h>
Public Member Functions | |
bool | get () |
Return the current status. | |
bool | set () |
Atempt to set the boolean to true. Return false iff already set. | |
bool | clear () |
Atempt to set the boolean to false. Return false iff already false. |