Declares the event_handler class.
More...
Go to the source code of this file.
|
| namespace | fz |
| | The namespace used by libfilezilla.
|
|
| template<typename T, typename F> |
| bool | dispatch (event_base const &ev, F &&f) |
| | Dispatch for simple_event<> based events to simple functors.
|
| template<typename T, typename H, typename F> |
| bool | dispatch (event_base const &ev, H *h, F &&f) |
| | Dispatch for simple_event<> based events to pointer to member.
|
| template<typename T, typename ... Ts, typename H, typename F, typename ... Fs> |
| bool | dispatch (event_base const &ev, H *h, F &&f, Fs &&... fs) |
| | Compound dispatch for simple_event<> based events.
|
Declares the event_handler class.