ReactESP 3.1.0
Asynchronous programming for the ESP microcontrollers
|
This is the complete list of members for reactesp::Event, including all inherited members.
add(EventLoop *event_loop)=0 | reactesp::EventInterface | pure virtual |
callback | reactesp::Event | protected |
Event(react_callback callback) | reactesp::Event | inline |
Event(const Event &)=delete | reactesp::Event | |
Event(Event &&)=delete | reactesp::Event | |
operator=(const Event &)=delete | reactesp::Event | |
operator=(Event &&)=delete | reactesp::Event | |
remove(EventLoop *event_loop)=0 | reactesp::EventInterface | pure virtual |
tick(EventLoop *event_loop)=0 | reactesp::EventInterface | pure virtual |
~EventInterface()=default | reactesp::EventInterface | virtual |