#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 |
Definition at line 55 of file eoUpdater.h.
1.5.5