Added the setLongName method to handle the prefix trick in eoParser
This commit is contained in:
parent
87ddb6f8b5
commit
aecd7bdf2b
1 changed files with 3 additions and 1 deletions
|
|
@ -109,8 +109,10 @@ public:
|
||||||
void defValue ( std::string str ) { repDefault = str; };
|
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.
|
* Returns if required or not.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue