Function
setMinValue
Set smallest allowed value for an option or argument of an ArgumentParser.
setMinValue(parser,optionName,minValue)
setMinValue(parser,argumentPosition,minValue)
Include Headers
seqan/arg_parse.h
Parameters
parser
The ArgumentParser object.
optionName
The identifier of the command line option.
argumentPosition
The index of the argument in the argument list.
minValue
A std::string containing a string representation of the minimum value of the ArgParseOption.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:16