This is the complete list of members for ecl::UnlabeledValueArg< T >, including all inherited members.
_acceptsMultipleValues | ecl::Arg | protected |
_alreadySet | ecl::Arg | protected |
_checkWithVisitor() const | ecl::Arg | inlineprotected |
_constraint | ecl::ValueArg< T > | protected |
_description | ecl::Arg | protected |
_extractValue(const std::string &val) | ecl::ValueArg< T > | protected |
_flag | ecl::Arg | protected |
_hasBlanks(const std::string &s) const | ecl::Arg | inline |
_ignoreable | ecl::Arg | protected |
_name | ecl::Arg | protected |
_required | ecl::Arg | protected |
_requireLabel | ecl::Arg | protected |
_typeDesc | ecl::ValueArg< T > | protected |
_value | ecl::ValueArg< T > | protected |
_valueRequired | ecl::Arg | protected |
_visitor | ecl::Arg | protected |
_xorSet | ecl::Arg | protected |
acceptsMultipleValues() | ecl::Arg | inlinevirtual |
addToList(std::list< Arg * > &argList) const | ecl::UnlabeledValueArg< T > | virtual |
allowMore() | ecl::Arg | inlinevirtual |
Arg(const std::string &flag, const std::string &name, const std::string &desc, bool req, bool valreq, Visitor *v=NULL) | ecl::Arg | inlineprotected |
argMatches(const std::string &s) const | ecl::Arg | inlinevirtual |
beginIgnoring() | ecl::Arg | inlinestatic |
blankChar() | ecl::Arg | inlinestatic |
delimiter() | ecl::Arg | inlinestatic |
flagStartChar() | ecl::Arg | inlinestatic |
flagStartString() | ecl::Arg | inlinestatic |
forceRequired() | ecl::Arg | inline |
getDescription() const | ecl::Arg | inline |
getFlag() const | ecl::Arg | inline |
getName() const | ecl::Arg | inline |
getValue() | ecl::ValueArg< T > | |
ignoreNameString() | ecl::Arg | inlinestatic |
ignoreRest() | ecl::Arg | inlinestatic |
isIgnoreable() const | ecl::Arg | inline |
isRequired() const | ecl::Arg | inlinevirtual |
isSet() const | ecl::Arg | inline |
isValueRequired() const | ecl::Arg | inline |
longID(const std::string &val="val") const | ecl::UnlabeledValueArg< T > | virtual |
nameStartString() | ecl::Arg | inlinestatic |
operator==(const Arg &a) const | ecl::UnlabeledValueArg< T > | virtual |
processArg(int *i, std::vector< std::string > &args) | ecl::UnlabeledValueArg< T > | virtual |
setDelimiter(char c) | ecl::Arg | inlinestatic |
setRequireLabel(const std::string &s) | ecl::Arg | inline |
shortID(const std::string &val="val") const | ecl::UnlabeledValueArg< T > | virtual |
toString() const | ecl::Arg | inlinevirtual |
trimFlag(std::string &flag, std::string &value) const | ecl::Arg | inlinevirtual |
UnlabeledValueArg(const std::string &name, const std::string &desc, bool req, T value, const std::string &typeDesc, bool ignoreable=false, Visitor *v=NULL) | ecl::UnlabeledValueArg< T > | |
UnlabeledValueArg(const std::string &name, const std::string &desc, bool req, T value, const std::string &typeDesc, CmdLineInterface &parser, bool ignoreable=false, Visitor *v=NULL) | ecl::UnlabeledValueArg< T > | |
UnlabeledValueArg(const std::string &name, const std::string &desc, bool req, T value, Constraint< T > *constraint, bool ignoreable=false, Visitor *v=NULL) | ecl::UnlabeledValueArg< T > | |
UnlabeledValueArg(const std::string &name, const std::string &desc, bool req, T value, Constraint< T > *constraint, CmdLineInterface &parser, bool ignoreable=false, Visitor *v=NULL) | ecl::UnlabeledValueArg< T > | |
ValueArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, T value, const std::string &typeDesc, Visitor *v=NULL) | ecl::ValueArg< T > | |
ValueArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, T value, const std::string &typeDesc, CmdLineInterface &parser, Visitor *v=NULL) | ecl::ValueArg< T > | |
ValueArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, T value, Constraint< T > *constraint, CmdLineInterface &parser, Visitor *v=NULL) | ecl::ValueArg< T > | |
ValueArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, T value, Constraint< T > *constraint, Visitor *v=NULL) | ecl::ValueArg< T > | |
xorSet() | ecl::Arg | inline |
~Arg() | ecl::Arg | inlinevirtual |