Added a className member

This commit is contained in:
mac 2000-03-31 10:00:22 +00:00
commit 6d5d34ba1f

View file

@ -75,6 +75,8 @@ public:
return repTotalGenerations;
};
std::string className(void) const { return "eoGenTerm"; }
private:
unsigned repTotalGenerations, thisGeneration;
};