ReactESP 3.2.0
Asynchronous programming for the ESP microcontrollers
|
This is the complete list of members for reactesp::EventInterface, including all inherited members.
add(EventLoop *event_loop)=0 | reactesp::EventInterface | pure virtual |
add(std::shared_ptr< EventLoop > event_loop) | reactesp::EventInterface | inlinevirtual |
remove(EventLoop *event_loop)=0 | reactesp::EventInterface | pure virtual |
remove(std::shared_ptr< EventLoop > event_loop) | reactesp::EventInterface | inlinevirtual |
tick(EventLoop *event_loop)=0 | reactesp::EventInterface | pure virtual |
tick(std::shared_ptr< EventLoop > event_loop) | reactesp::EventInterface | inlinevirtual |
~EventInterface()=default | reactesp::EventInterface | virtual |