addArg(const char *const arg) | CLI::CommandLine | |
addArg(const std::string &arg) | CLI::CommandLine | |
addOption(const Option &sourceOption, int &index, const int argc, const char *argv[]) | CLI::CommandLine | |
addOption(const Option &sourceOption, Tokens::const_iterator &token, const Tokens::const_iterator &end) | CLI::CommandLine | |
CommandLine() | CLI::CommandLine | |
CommandLine(const CommandLine &other) | CLI::CommandLine | |
getArgs() const | CLI::CommandLine | |
getOptionValue(const char *const option) const | CLI::CommandLine | |
hasOption(const char option) const | CLI::CommandLine | |
operator()() const | CLI::CommandLine | |
operator=(const CommandLine &other) | CLI::CommandLine | |
~CommandLine() | CLI::CommandLine | |