TAP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
TAP::ArgumentParser Member List

This is the complete list of members for TAP::ArgumentParser, including all inherited members.

add(Arg &&arg)TAP::ArgumentParser
add(ArgumentSet argSet)TAP::ArgumentParser
addAll(Args &&...args)TAP::ArgumentParser
addConstraint(Arg &&constr)TAP::ArgumentParser
ArgumentParser(Args &&...args)TAP::ArgumentParser
findArg() const TAP::ArgumentParserprivate
findArg(Ident ident) const TAP::ArgumentParserprivate
help() const TAP::ArgumentParser
m_argSetsTAP::ArgumentParserprotected
m_constraintsTAP::ArgumentParserprotected
m_programNameTAP::ArgumentParserprotected
operator[](char flag) const TAP::ArgumentParserinline
operator[](const std::string &name) const TAP::ArgumentParserinline
parse(int argc, const char *const argv[])TAP::ArgumentParser
parse(std::vector< std::string > &argv) const TAP::ArgumentParserprivate
program_name(const std::string &programName)TAP::ArgumentParserinline
program_name() const TAP::ArgumentParserinline
set_arg_value(const Argument *arg, const std::string &value) const TAP::ArgumentParserprivate
~ArgumentParser()TAP::ArgumentParserinlinevirtual