Member Function
CommandLineOption
Constructor
CommandLineOption ()
CommandLineOption (shortName,longName,helpText,type)
Parameters
shortName
A char containing the short option identifier (e.g. 'h' for the -h/--help option).
Remarks: Note that the leading "-" is not passed.
longName
A CharString containing the long option identifier (e.g. "help" for the -h/--help option).
Types: CharString
Remarks: Note that the leading "--" is not passed.
helpText
A CharString containing the help text associated with this option.
Types: CharString
SeqAn - Sequence Analysis Library - www.seqan.de