Class
ArgParseOption
Stores information for a specific command line option.
ArgParseArgument
ArgParseOption
ArgParseOption
Include Headers
seqan/arg_parse.h
Remarks
A ArgParseOption object can be added to a ArgumentParser via addOption.
Member Functions
ArgParseOptionConstructor
Functions
addDefaultValueAdds/appends a new value to the list of default values.
addOptionAdds a ArgParseOption object to the ArgumentParser.
hideOptionHides the ArgParseOption from the help screen.
isBooleanOptionReturns whether option is a switch.
isHiddenReturns whether option is hidden on the help screen. Default is false.
isOutputFileArgumentReturns whether the argument is an output file.
isRequiredReturns whether the option is mandatory.
setDefaultValueSets the default value for the given option.
setRequiredSets whether or not the option is mandatory.
writeWrites the basic information about the ArgParseOption to the provided stream.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:16