|
EvolvingObjects
|
An eoUpdater to update an eoUpdatable object every given tic. More...
#include <eoUpdatable.h>
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 |
An eoUpdater to update an eoUpdatable object every given tic.
Definition at line 101 of file eoUpdatable.h.