Added a className member

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

View file

@ -74,7 +74,9 @@ public:
virtual unsigned totalGenerations( ) { virtual unsigned totalGenerations( ) {
return repTotalGenerations; return repTotalGenerations;
}; };
std::string className(void) const { return "eoGenTerm"; }
private: private:
unsigned repTotalGenerations, thisGeneration; unsigned repTotalGenerations, thisGeneration;
}; };