Function
hasDefault
Returns true if a default value was given for that argument.
Returns whether an option has a default value or not.
hasDefault(argument)
hasDefault(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 default value was given for the argument, false if not.
true if the option has a default value, false otherwise.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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