This is the complete list of members for clan::Event, including all inherited members.
Event(bool manual_reset=true, bool initial_state=false) | clan::Event | |
Event(EventProvider *event_provider) | clan::Event | |
get_event_provider() const | clan::Event | |
reset() | clan::Event | |
set() | clan::Event | |
wait(int timeout=-1) | clan::Event | |
wait(int count, Event const *const *events, int timeout=-1) | clan::Event | static |
wait(const std::vector< Event * > &events, int timeout=-1) | clan::Event | static |
wait(const std::vector< Event > &events, int timeout=-1) | clan::Event | static |
wait(Event &event1, int timeout=-1) | clan::Event | static |
wait(Event &event1, Event &event2, int timeout=-1) | clan::Event | static |
wait(Event &event1, Event &event2, Event &event3, int timeout=-1) | clan::Event | static |
wait(Event &event1, Event &event2, Event &event3, Event &event4, int timeout=-1) | clan::Event | static |
wait(Event &event1, Event &event2, Event &event3, Event &event4, Event &event5, int timeout=-1) | clan::Event | static |
wait(Event &event1, Event &event2, Event &event3, Event &event4, Event &event5, Event &event6, int timeout=-1) | clan::Event | static |
wait(Event &event1, Event &event2, Event &event3, Event &event4, Event &event5, Event &event6, Event &event7, int timeout=-1) | clan::Event | static |
wait(Event &event1, Event &event2, Event &event3, Event &event4, Event &event5, Event &event6, Event &event7, Event &event8, int timeout=-1) | clan::Event | static |
~Event() | clan::Event |