![]() |
Containment Domains C++ API
0.1
Containment Domains C++ API v0.1
|
Functions | |
| CDErrT | cd::CDEvent::Wait (void) |
| Blocking call waiting on the event to complete. More... | |
| bool | cd::CDEvent::Test (void) |
| Non-blocking call to test whether the event completed. More... | |
| bool cd::CDEvent::Test | ( | void | ) |
Non-blocking call to test whether the event completed.
true if complete and false is any chained events not yet done. | CDErrT cd::CDEvent::Wait | ( | void | ) |
Blocking call waiting on the event to complete.
Once CDEvent::Wait() returns, the event is empty (uninitialized), as if it has been explicitly CDEvent::Reset().
1.8.7