Member Function
ArgParseOption
Constructor
ArgParseOption (shortName, longName, helpText [, argument])
Parameters
shortName
A std::string containing the short-name option identifier (e.g. "h" for the -h/--help option). Although not suggested the short-name can contain more than 1 character.
Remarks: Note that the leading "-" is not passed.
longName
A std::string containing the long-name option identifier (e.g. "help" for the -h/--help option).
Remarks: Note that the leading "--" is not passed.
helpText
A std::string containing the help text associated with this option.
argument
A ArgParseArgument for the option (e.g., an integer argument).
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2012/10/02 11:10:34