#include <dispatcher.h>
List of all members.
Protected Attributes |
Internal * | _int |
Detailed Description
Definition at line 208 of file dispatcher.h.
Constructor & Destructor Documentation
virtual DBus::CondVar::~CondVar |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual void DBus::CondVar::wait |
( |
Mutex * |
| ) |
|
|
pure virtual |
virtual bool DBus::CondVar::wait_timeout |
( |
Mutex * |
, |
|
|
int |
timeout |
|
) |
| |
|
pure virtual |
virtual void DBus::CondVar::wake_all |
( |
| ) |
|
|
pure virtual |
virtual void DBus::CondVar::wake_one |
( |
| ) |
|
|
pure virtual |
Member Data Documentation
Internal* DBus::CondVar::_int |
|
protected |
The documentation for this class was generated from the following file: