Function
getOptionValueShort
Retrieves the value of a short-name option given on the command line.
getOptionValueShort(parser, optionIdentifier[, argNo], value)
Include Headers
seqan/misc/misc_cmdparser.h
Parameters
parser
The CommandLineParser object.
optionIdentifier
A CharString that identifies the short-name of the option.
argNo
If the option is list, the argNo-th list element is returned.
value
The variable where the resulting value should be stored.
Remarks: The type of value must be compatible the option type.
Return Values
true if the requested option is set and has the requested type, false otherwise.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:04