This is the complete list of members for TCLAP::Arg, including all inherited members.
_acceptsMultipleValues | TCLAP::Arg | protected |
_alreadySet | TCLAP::Arg | protected |
_checkWithVisitor() const | TCLAP::Arg | inlineprotected |
_description | TCLAP::Arg | protected |
_flag | TCLAP::Arg | protected |
_hasBlanks(const std::string &s) const | TCLAP::Arg | inline |
_ignoreable | TCLAP::Arg | protected |
_name | TCLAP::Arg | protected |
_required | TCLAP::Arg | protected |
_requireLabel | TCLAP::Arg | protected |
_valueRequired | TCLAP::Arg | protected |
_visitor | TCLAP::Arg | protected |
_xorSet | TCLAP::Arg | protected |
acceptsMultipleValues() | TCLAP::Arg | inlinevirtual |
addToList(std::list< Arg * > &argList) const | TCLAP::Arg | inlinevirtual |
allowMore() | TCLAP::Arg | inlinevirtual |
Arg(const Arg &rhs) | TCLAP::Arg | private |
Arg(const std::string &flag, const std::string &name, const std::string &desc, bool req, bool valreq, Visitor *v=NULL) | TCLAP::Arg | inlineprotected |
argMatches(const std::string &s) const | TCLAP::Arg | inlinevirtual |
beginIgnoring() | TCLAP::Arg | inlinestatic |
blankChar() | TCLAP::Arg | inlinestatic |
delimiter() | TCLAP::Arg | inlinestatic |
delimiterRef() | TCLAP::Arg | inlineprivatestatic |
flagStartChar() | TCLAP::Arg | inlinestatic |
flagStartString() | TCLAP::Arg | inlinestatic |
forceRequired() | TCLAP::Arg | inline |
getDescription() const | TCLAP::Arg | inline |
getFlag() const | TCLAP::Arg | inline |
getName() const | TCLAP::Arg | inline |
ignoreNameString() | TCLAP::Arg | inlinestatic |
ignoreRest() | TCLAP::Arg | inlinestatic |
ignoreRestRef() | TCLAP::Arg | inlineprivatestatic |
isIgnoreable() const | TCLAP::Arg | inline |
isRequired() const | TCLAP::Arg | inlinevirtual |
isSet() const | TCLAP::Arg | inline |
isValueRequired() const | TCLAP::Arg | inline |
longID(const std::string &valueId="val") const | TCLAP::Arg | inlinevirtual |
nameStartString() | TCLAP::Arg | inlinestatic |
operator=(const Arg &rhs) | TCLAP::Arg | private |
operator==(const Arg &a) const | TCLAP::Arg | inlinevirtual |
processArg(int *i, std::vector< std::string > &args)=0 | TCLAP::Arg | pure virtual |
reset() | TCLAP::Arg | inlinevirtual |
setDelimiter(char c) | TCLAP::Arg | inlinestatic |
setRequireLabel(const std::string &s) | TCLAP::Arg | inline |
shortID(const std::string &valueId="val") const | TCLAP::Arg | inlinevirtual |
toString() const | TCLAP::Arg | inlinevirtual |
trimFlag(std::string &flag, std::string &value) const | TCLAP::Arg | inlinevirtual |
xorSet() | TCLAP::Arg | inline |
~Arg() | TCLAP::Arg | inlinevirtual |