Class
CommandLineOption
Stores information for a specific command line option.
CommandLineOption
Include Headers
seqan/misc/misc_cmdparser.h
Remarks
A CommandLineOption object can be added to a CommandLineParser via addOption.
Member Functions
CommandLineOptionConstructor
Functions
addArgumentTextReturn a CommandLineOption object extended by an argument text.
addOptionAdds a CommandLineOption object to the CommandLineParser.
argumentTextReturns the argument text of a CommandLineOption object.
helpTextReturns the help text associated with the CommandLineOption object.
isBooleanOptionReturns whether option is a switch.
isDoubleOptionReturns whether option argument can be a double.
isHiddenOptionReturns whether option is hidden on the help screen.
isIntOptionReturns whether option argument can be an integer.
isLabelOptionReturns whether an option label should be printed on the help screen.
isOptionListReturns whether the option can be given multiple times.
isOptionMandatoryReturns whether option is mandatory.
isStringOptionReturns whether option argument can be a string.
longNameReturns the long-name of a CommandLineOption object.
setHelpTextSets the help text associated with the CommandLineOption object.
setLongNameSets the long-name of a CommandLineOption object.
setOptionTypeSet the option type.
setShortNameSets the short-name of a CommandLineOption object.
shortNameReturns the short-name of a CommandLineOption object.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:36:59