Declares the event_handler class.
More...
Go to the source code of this file.
|
| | 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. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
Declares the event_handler class.