rasdaman complete source
CommandLineParser Member List

This is the complete list of members for CommandLineParser, including all inherited members.

addFlagParameter(char shortName, const char *longName, const char *description)CommandLineParser
addLongParameter(char shortName, const char *longName, const char *description, long newDefaultValue=0L)CommandLineParser
addStringParameter(char shortName, const char *longName, const char *description, const char *newDefaultValue=NULL)CommandLineParser
getInstance()CommandLineParserstatic
getValueAsDouble(char shortName)CommandLineParser
getValueAsDouble(const char *longName)CommandLineParser
getValueAsLong(char shortName)CommandLineParser
getValueAsLong(const char *longName)CommandLineParser
getValueAsString(char shortName)CommandLineParser
getValueAsString(const char *longName)CommandLineParser
isPresent(char shortName)CommandLineParser
isPresent(const char *longName)CommandLineParser
LongSignCommandLineParserstatic
noLongNameCommandLineParserstatic
noShortNameCommandLineParserstatic
printHelp()CommandLineParser
printStatus()CommandLineParser
processCommandLine(int argc, char **argv)CommandLineParser
ShortSignCommandLineParserstatic
testProcessCommandLine(const char *test_cml)CommandLineParser
~CommandLineParser()CommandLineParser