Function
setMaxValue
Set largest allowed value for an option or argument of an ArgumentParser.
setMaxValue(parser,optionName,maxValue)
setMaxValue(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.
maxValue
A std::string containing a string representation of the maximum value of the ArgParseOption.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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