This is the complete list of members for hal::CLParser, including all inherited members.
_args (defined in hal::CLParser) | hal::CLParser | protected |
_description (defined in hal::CLParser) | hal::CLParser | protected |
_example (defined in hal::CLParser) | hal::CLParser | protected |
_exeName (defined in hal::CLParser) | hal::CLParser | protected |
_maxArgLen (defined in hal::CLParser) | hal::CLParser | protected |
_maxOptLen (defined in hal::CLParser) | hal::CLParser | protected |
_options (defined in hal::CLParser) | hal::CLParser | protected |
_prefix (defined in hal::CLParser) | hal::CLParser | protected |
addArgument(const std::string &name, const std::string &description) | hal::CLParser | |
addOption(const std::string &name, const std::string &descritpion, const T &defaultValue) | hal::CLParser | inline |
addOptionFlag(const std::string &name, const std::string &description, bool defaultValue) | hal::CLParser | |
CLParser() (defined in hal::CLParser) | hal::CLParser | |
convertFromString(const std::string &token) const (defined in hal::CLParser) | hal::CLParser | inlineprotected |
get(const std::string &name) const | hal::CLParser | inline |
getArgument(const std::string &name) const | hal::CLParser | inline |
getFlag(const std::string &name) const | hal::CLParser | |
getOption(const std::string &name) const | hal::CLParser | inline |
hasArgument(const std::string &name) const | hal::CLParser | |
hasFlag(const std::string &name) const | hal::CLParser | |
hasOption(const std::string &name) const | hal::CLParser | |
lineWidth (defined in hal::CLParser) | hal::CLParser | protectedstatic |
multiLine(const std::string &line, size_t indent) (defined in hal::CLParser) | hal::CLParser | protectedstatic |
parseOptions(int argc, char **argv) | hal::CLParser | virtual |
printUsage(std::ostream &os) const | hal::CLParser | virtual |
setDescription(const std::string &description) | hal::CLParser | |
setExample(const std::string &example) | hal::CLParser | |
setOptionPrefix(const std::string &prefix) | hal::CLParser | virtual |
~CLParser() (defined in hal::CLParser) | hal::CLParser | virtual |