This is the complete list of members for TCLAP::UnlabeledMultiArg< T >, including all inherited members.
_acceptsMultipleValues | TCLAP::Arg | protected |
_allowMore | TCLAP::MultiArg< T > | protected |
_alreadySet | TCLAP::Arg | protected |
_checkWithVisitor() const | TCLAP::Arg | inlineprotected |
_constraint | TCLAP::MultiArg< T > | protected |
_description | TCLAP::Arg | protected |
_extractValue(const std::string &val) | TCLAP::MultiArg< T > | 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 |
_typeDesc | TCLAP::MultiArg< T > | protected |
_valueRequired | TCLAP::Arg | protected |
_values | TCLAP::MultiArg< T > | protected |
_visitor | TCLAP::Arg | protected |
_xorSet | TCLAP::Arg | protected |
acceptsMultipleValues() | TCLAP::Arg | inlinevirtual |
addToList(std::list< Arg * > &argList) const | TCLAP::UnlabeledMultiArg< T > | virtual |
allowMore() | TCLAP::MultiArg< T > | virtual |
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 |
begin() const | TCLAP::MultiArg< T > | inline |
beginIgnoring() | TCLAP::Arg | inlinestatic |
blankChar() | TCLAP::Arg | inlinestatic |
const_iterator typedef | TCLAP::MultiArg< T > | |
container_type typedef | TCLAP::MultiArg< T > | |
delimiter() | TCLAP::Arg | inlinestatic |
end() const | TCLAP::MultiArg< T > | inline |
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 |
getValue() | TCLAP::MultiArg< T > | |
ignoreNameString() | TCLAP::Arg | inlinestatic |
ignoreRest() | TCLAP::Arg | inlinestatic |
isIgnoreable() const | TCLAP::Arg | inline |
isRequired() const | TCLAP::MultiArg< T > | virtual |
isSet() const | TCLAP::Arg | inline |
isValueRequired() const | TCLAP::Arg | inline |
iterator typedef | TCLAP::MultiArg< T > | |
longID(const std::string &val="val") const | TCLAP::UnlabeledMultiArg< T > | virtual |
MultiArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, const std::string &typeDesc, Visitor *v=NULL) | TCLAP::MultiArg< T > | |
MultiArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, const std::string &typeDesc, CmdLineInterface &parser, Visitor *v=NULL) | TCLAP::MultiArg< T > | |
MultiArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, Constraint< T > *constraint, Visitor *v=NULL) | TCLAP::MultiArg< T > | |
MultiArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, Constraint< T > *constraint, CmdLineInterface &parser, Visitor *v=NULL) | TCLAP::MultiArg< T > | |
nameStartString() | TCLAP::Arg | inlinestatic |
operator==(const Arg &a) const | TCLAP::UnlabeledMultiArg< T > | virtual |
processArg(int *i, std::vector< std::string > &args) | TCLAP::UnlabeledMultiArg< T > | virtual |
reset() | TCLAP::MultiArg< T > | virtual |
setDelimiter(char c) | TCLAP::Arg | inlinestatic |
setRequireLabel(const std::string &s) | TCLAP::Arg | inline |
shortID(const std::string &val="val") const | TCLAP::UnlabeledMultiArg< T > | virtual |
toString() const | TCLAP::Arg | inlinevirtual |
trimFlag(std::string &flag, std::string &value) const | TCLAP::Arg | inlinevirtual |
UnlabeledMultiArg(const std::string &name, const std::string &desc, bool req, const std::string &typeDesc, bool ignoreable=false, Visitor *v=NULL) | TCLAP::UnlabeledMultiArg< T > | |
UnlabeledMultiArg(const std::string &name, const std::string &desc, bool req, const std::string &typeDesc, CmdLineInterface &parser, bool ignoreable=false, Visitor *v=NULL) | TCLAP::UnlabeledMultiArg< T > | |
UnlabeledMultiArg(const std::string &name, const std::string &desc, bool req, Constraint< T > *constraint, bool ignoreable=false, Visitor *v=NULL) | TCLAP::UnlabeledMultiArg< T > | |
UnlabeledMultiArg(const std::string &name, const std::string &desc, bool req, Constraint< T > *constraint, CmdLineInterface &parser, bool ignoreable=false, Visitor *v=NULL) | TCLAP::UnlabeledMultiArg< T > | |
xorSet() | TCLAP::Arg | inline |
~Arg() | TCLAP::Arg | inlinevirtual |