Function
getArgumentValue
Fills the passed variable value with the argument set on the command line.
getArgumentValue(parser,position,value)
Parameters
parser
The CommandLineParser object.
position
A zero based int4 indicating which argument you want to get.
value
The variable where the value is stored.
Types: CharString
Return Values
true if the requested argument exists, false otherwise.
SeqAn - Sequence Analysis Library - www.seqan.de