The main interface for something that can wait in a certain way for an event that is important to it.
More...
#include <waiter.h>
The main interface for something that can wait in a certain way for an event that is important to it.
Definition at line 23 of file waiter.h.
virtual sstmac::sw::waiter::~waiter |
( |
| ) |
|
|
inlinevirtual |
virtual bool sstmac::sw::waiter::is_blocking |
( |
| ) |
const |
|
inlinevirtual |
virtual bool sstmac::sw::waiter::is_callback |
( |
| ) |
const |
|
inlinevirtual |
virtual std::string sstmac::sw::waiter::to_string |
( |
| ) |
const |
|
inlinevirtual |
virtual void sstmac::sw::waiter::wait |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: