Function
setMinValue
Sets the minimum value of a ArgParseArgument object.
setMinValue(argument,minValue)
setMinValue(parser,optionName,minValue)
setMinValue(parser,argumentPosition,minValue)
Include Headers
seqan/arg_parse.h
Parameters
argument
The ArgParseArgument object.
minValue
A std::string containing a string representation of the minimum value of the ArgParseArgument.
A std::string containing a string representation of the minimum 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