Function
getArgumentValues
Returns all values of the ArgParseArgument object as const std::vector.
Returns all values of an option given on the command line.
getArgumentValues(argument)
getArgumentValues(parser, argumentPosition)
Include Headers
seqan/arg_parse.h
Parameters
argument
The ArgParseArgument object.
parser
The ArgumentParser object.
argumentPosition
The index of the argument in the argument list.
Return Values
std::vector<std::string> containing the values. If no value was set and no default value exists an empty vector will be returned.
A String<std::string> of argument values.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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