Public Member Functions | |
| void | add () |
| ConditionObject (CallbackQueue *_queue) | |
Public Attributes | |
| boost::atomic< bool > | condition_one |
| boost::atomic< bool > | condition_stop |
| boost::atomic< bool > | condition_sync |
| unsigned long | id |
| CallbackQueue * | queue |
Definition at line 402 of file test_callback_queue.cpp.
|
inline |
Definition at line 405 of file test_callback_queue.cpp.
| void ConditionObject::add | ( | ) |
Definition at line 438 of file test_callback_queue.cpp.
| boost::atomic<bool> ConditionObject::condition_one |
Definition at line 416 of file test_callback_queue.cpp.
| boost::atomic<bool> ConditionObject::condition_stop |
Definition at line 418 of file test_callback_queue.cpp.
| boost::atomic<bool> ConditionObject::condition_sync |
Definition at line 417 of file test_callback_queue.cpp.
| unsigned long ConditionObject::id |
Definition at line 414 of file test_callback_queue.cpp.
| CallbackQueue* ConditionObject::queue |
Definition at line 415 of file test_callback_queue.cpp.