Function
isSet
Returns true if a value was assigned to the argument.
Returns whether an option was set on the parsed command line.
isSet(argument)
isSet(parser,optionIdentifier)
Include Headers
seqan/arg_parse.h
Parameters
argument
The ArgParseArgument object.
parser
The ArgumentParser object.
optionIdentifier
A std::string that identifies the option (either short or long name).
Return Values
true if a value was assigned to the argument, false if not.
true if the option was set.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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