This is the complete list of members for sptk::CommandLine, including all inherited members.
  | arguments() const | sptk::CommandLine |  | 
  | CommandLine(const String &programVersion, const String &description, const String &commandLinePrototype) | sptk::CommandLine |  | 
  | defineArgument(const String &fullName, const String &helpText) | sptk::CommandLine |  | 
  | defineOption(const String &fullName, const String &shortName, const Visibility &useForCommands, const String &help) | sptk::CommandLine |  | 
  | defineParameter(const String &fullName, const String &shortName, const String &valueName, const String &validateValue, const Visibility &useForCommands, const String &defaultValue, const String &help) | sptk::CommandLine |  | 
  | getOptionValue(const String &name) const | sptk::CommandLine |  | 
  | hasOption(const String &name) const | sptk::CommandLine |  | 
  | init(size_t argc, const char **argv) | sptk::CommandLine |  | 
  | preprocessArguments(const std::vector< const char * > &argv) | sptk::CommandLine | static | 
  | printCommands(const String &onlyForCommand, size_t screenColumns, size_t nameColumns, const Strings &sortedCommands, size_t helpTextColumns) const | sptk::CommandLine |  | 
  | printHelp(size_t screenColumns) const | sptk::CommandLine |  | 
  | printHelp(const String &onlyForCommand, size_t screenColumns) const | sptk::CommandLine |  | 
  | printLine(const String &ch, size_t count) | sptk::CommandLine | static | 
  | printOptions(const String &onlyForCommand, size_t screenColumns, size_t nameColumns, const Strings &sortedOptions, size_t helpTextColumns) const | sptk::CommandLine |  | 
  | printVersion() const | sptk::CommandLine |  | 
  | rewriteArguments(const Strings &arguments) | sptk::CommandLine | static | 
  | setOptionValue(const String &name, const String &value="yes") | sptk::CommandLine |  |