|
EvolvingObjects
|
An eoStat that simply gives the current generation index. More...
#include <eoGenCounter.h>
Public Member Functions | |
| eoGenCounter (unsigned int start=0, std::string label="Gen") | |
| virtual void | operator() () |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| unsigned int | _nb |
An eoStat that simply gives the current generation index.
Definition at line 32 of file eoGenCounter.h.