|
EvolvingObjects
|
an eoUpdater that simply increments a counter More...
#include <eoUpdater.h>
Public Member Functions | |
| eoIncrementor (T &_counter, T _stepsize=1) | |
| Default Ctor - requires a reference to the thing to increment. | |
| virtual void | operator() () |
| Simply increments. | |
| virtual std::string | className (void) const |
Private Attributes | |
| T & | counter |
| T | stepsize |
an eoUpdater that simply increments a counter
Definition at line 59 of file eoUpdater.h.