#include <eoUpdatable.h>
Inheritance diagram for eoCountedDynUpdate:

Public Member Functions | |
| eoCountedDynUpdate (eoUpdatable &_toUpdate, unsigned _interval) | |
| void | operator() (void) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| const unsigned | interval |
| unsigned | counter |
Definition at line 93 of file eoUpdatable.h.
1.3.9.1