Added a className member
This commit is contained in:
parent
c7eccdbe13
commit
6d5d34ba1f
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Reference in a new issue