Function
getOptionValueShort
Fills the passed variable value with the value set for the option on the command line.
getOptionValueShort(parser,optionIdentifier,value)
Parameters
parser
The CommandLineParser object.
optionIdentifier
A CharString that identifies the short option.
value
The variable where the value is stored.
Remarks: The variable type (int, double, bool or CharString) depends on the OptionTyp.
Return Values
true if the requested option is set and has the requested type, false otherwise.
SeqAn - Sequence Analysis Library - www.seqan.de