This is the complete list of members for anch::events::EventHandler< T, Derived >, including all inherited members.
| EventHandler(const std::function< void(Derived &, const anch::events::Event< T > &)> &callbackFunction, bool useEventBus=false) | anch::events::EventHandler< T, Derived > | |
| EventHandler(const std::function< void(Derived &, const anch::events::Event< T > &)> &callbackFunction, anch::events::EventBus< T > &eventBus) | anch::events::EventHandler< T, Derived > | |
| handle(const anch::events::Event< T > &event) noexcept | anch::events::EventHandler< T, Derived > | virtual |
| ~EventHandler() | anch::events::EventHandler< T, Derived > | virtual |