Function
parse
Returns true if the option was set on the parsed command line.
parse(parser,argc,argv[,errorStream])
Parameters
parser
The CommandLineParser object.
argc
Count of the objects on the command line.
argv
Array of the different command line arguments (const char *argv[]).
errorStream
A stream where error messages are send too.
SeqAn - Sequence Analysis Library - www.seqan.de