Added the setLongName method to handle the prefix trick in eoParser

This commit is contained in:
evomarc 2004-04-08 07:55:40 +00:00
commit aecd7bdf2b

View file

@ -109,8 +109,10 @@ public:
void defValue ( std::string str ) { repDefault = str; };
/**
* Returns the value of the param as a std::string
* ALlows to change the name (see the prefix in eoParser.h)
*/
void setLongName(std::string _longName) { repLongName = _longName;}
/**
* Returns if required or not.
*/