boost::atomic_flag Class Reference
#include <atomic.hpp>
List of all members.
Detailed Description
Definition at line 122 of file atomic.hpp.
Constructor & Destructor Documentation
boost::atomic_flag::atomic_flag |
( |
void |
|
) |
[inline] |
boost::atomic_flag::atomic_flag |
( |
const atomic_flag & |
|
) |
[private] |
Member Function Documentation
void boost::atomic_flag::clear |
( |
memory_order |
order = memory_order_seq_cst |
) |
volatile [inline] |
bool boost::atomic_flag::test_and_set |
( |
memory_order |
order = memory_order_seq_cst |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: