Public Types | |
typedef void(H::* | M )(method_timer< H, T > &) |
Public Methods | |
method_timer (io_event_loop &loop, H *obj, M _method, T _arg=T()) | |
T & | get_arg () |
Protected Methods | |
virtual void | fire () |
Invoked by the event loop when the timer fires. More... |
|
|
|
|
|
Invoked by the event loop when the timer fires.
Implements timer. |
|
|