_allowMore | TCLAP::MultiArg< T > | protected |
_constraint | TCLAP::MultiArg< T > | protected |
_extractValue(const std::string &val) | TCLAP::MultiArg< T > | protected |
_typeDesc | TCLAP::MultiArg< T > | protected |
_values | TCLAP::MultiArg< T > | protected |
addToList(std::list< Arg * > &argList) const | TCLAP::UnlabeledMultiArg< T > | virtual |
allowMore() | TCLAP::MultiArg< T > | virtual |
getValue() | TCLAP::MultiArg< T > | |
isRequired() const | TCLAP::MultiArg< T > | virtual |
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 > | |
operator==(const Arg &a) const | TCLAP::UnlabeledMultiArg< T > | virtual |
processArg(int *i, std::vector< std::string > &args) | TCLAP::UnlabeledMultiArg< T > | virtual |
shortID(const std::string &val="val") const | TCLAP::UnlabeledMultiArg< T > | virtual |
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 > | |