Function
setMaxValue
Sets the maximum value of a ArgParseArgument object.
setMaxValue(argument,maxValue)
setMaxValue(parser,optionName,maxValue)
setMaxValue(parser,argumentPosition,minValue)
Include Headers
seqan/arg_parse.h
Parameters
argument
The ArgParseArgument object.
maxValue
A std::string containing a string representation of the maximum value of the ArgParseArgument.
A std::string containing a string representation of the maximum value of the ArgParseOption.
parser
The ArgumentParser object.
optionName
The identifier of the command line option.
argumentPosition
The index of the argument in the argument list.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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