#include <MNTimerCall.h>
Inheritance diagram for TimerCall< T >:


Public Types | |
| typedef void(T::* | callback )(void *data, TimerCallBase *self) |
Public Member Functions | |
| TimerCall (bool clean, T *client, callback fun) | |
| void | timer_callback (void *data, TimerCallBase *self) |
Public Attributes | |
| T * | _client |
| report expirations to this object | |
| callback | _fun |
| bind and call this function to report | |
|
|||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
This function is called when the timer expires. It must be overloaded by calling functions to process the timer. Implements TimerCallBase.
|
|
|||||
|
report expirations to this object
|
|
|||||
|
bind and call this function to report
|
1.3.8