EvolvingObjects
|
A base class to actually update an eoUpdatable object. More...
#include <eoUpdatable.h>
Public Member Functions | |
eoDynUpdater (eoUpdatable &_toUpdate) | |
virtual void | operator() () |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
eoUpdatable & | toUpdate |
A base class to actually update an eoUpdatable object.
Definition at line 55 of file eoUpdatable.h.