A declarative way to bind a set of actions to a loop and execute them when the loop is polled.
More...
#include <wpi/event/EventLoop.hpp>
A declarative way to bind a set of actions to a loop and execute them when the loop is polled.
◆ EventLoop() [1/2]
| wpi::EventLoop::EventLoop |
( |
| ) |
|
◆ EventLoop() [2/2]
| wpi::EventLoop::EventLoop |
( |
const EventLoop & | | ) |
|
|
delete |
◆ Bind()
Bind a new action to run when the loop is polled.
- Parameters
-
◆ Clear()
| void wpi::EventLoop::Clear |
( |
| ) |
|
◆ operator=()
◆ Poll()
| void wpi::EventLoop::Poll |
( |
| ) |
|
The documentation for this class was generated from the following file: