Function
getArgumentValue
Returns the value of the ArgParseArgument object. If the ArgParseArgument is a list or can hold multiple values (numberOfArguments) you can specify which value you want to get. If not set the first value will be returned.
Retrieves the value of an argument given by its position.
getArgumentValue(argument [, argNo])
getArgumentValue(value, parser, argumentPosition[, argNo])
Include Headers
seqan/arg_parse.h
Parameters
argument
The ArgParseArgument object.
argNo
If the argument is a list, the argNo-th list element is returned.
If the argument is a 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.
parser
The ArgumentParser object.
argumentPosition
The index of the argument in the argument list.
Return Values
The value set at position position.
true if the requested argument is set and has the requested type, false otherwise.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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