tclap
1.4.0
|
This is the complete list of members for TCLAP::UnlabeledValueArg< T >, including all inherited members.
_acceptsMultipleValues | TCLAP::Arg | protected |
_alreadySet | TCLAP::Arg | protected |
_checkWithVisitor() const | TCLAP::Arg | inlineprotected |
_constraint | TCLAP::ValueArg< T > | protected |
_default | TCLAP::ValueArg< T > | protected |
_description | TCLAP::Arg | protected |
_extractValue(const std::string &val) | TCLAP::ValueArg< 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 |
_setBy | TCLAP::Arg | protected |
_typeDesc | TCLAP::ValueArg< T > | protected |
_value | TCLAP::ValueArg< T > | protected |
_valueRequired | TCLAP::Arg | protected |
_visibleInHelp | TCLAP::Arg | protected |
_visitor | TCLAP::Arg | protected |
acceptsMultipleValues() | TCLAP::Arg | inlinevirtual |
addToList(std::list< Arg *> &argList) const | TCLAP::UnlabeledValueArg< T > | virtual |
allowMore() | TCLAP::Arg | inlinevirtual |
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 |
blankChar() | TCLAP::Arg | inlinestatic |
delimiter() | TCLAP::Arg | inlinestatic |
flagStartChar() | TCLAP::Arg | inlinestatic |
flagStartString() | TCLAP::Arg | inlinestatic |
getDescription() const | TCLAP::Arg | inline |
getDescription(bool required) const | TCLAP::Arg | inline |
getFlag() const | TCLAP::Arg | inline |
getName() const | TCLAP::Arg | inline |
getValue() const | TCLAP::ValueArg< T > | inline |
hasLabel() const | TCLAP::UnlabeledValueArg< T > | inlinevirtual |
hideFromHelp(bool hide=true) | TCLAP::Arg | inlinevirtual |
ignoreNameString() | TCLAP::Arg | inlinestatic |
isIgnoreable() const | TCLAP::Arg | inline |
isRequired() const | TCLAP::Arg | inlinevirtual |
isSet() const | TCLAP::Arg | inline |
isValueRequired() const | TCLAP::Arg | inline |
longID(const std::string &) const | TCLAP::UnlabeledValueArg< T > | inlinevirtual |
nameStartString() | TCLAP::Arg | inlinestatic |
operator const T &() const | TCLAP::ValueArg< T > | inline |
operator==(const Arg &a) const | TCLAP::UnlabeledValueArg< T > | virtual |
processArg(int *i, std::vector< std::string > &args) | TCLAP::UnlabeledValueArg< T > | virtual |
reset() | TCLAP::ValueArg< T > | virtual |
setBy() const | TCLAP::Arg | inline |
setDelimiter(char c) | TCLAP::Arg | inlinestatic |
shortID(const std::string &) const | TCLAP::UnlabeledValueArg< T > | inlinevirtual |
toString() const | TCLAP::Arg | inlinevirtual |
trimFlag(std::string &flag, std::string &value) const | TCLAP::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) | TCLAP::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) | TCLAP::UnlabeledValueArg< T > | |
UnlabeledValueArg(const std::string &name, const std::string &desc, bool req, T value, Constraint< T > *constraint, bool ignoreable=false, Visitor *v=NULL) | TCLAP::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) | TCLAP::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) | TCLAP::ValueArg< T > | |
ValueArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, T value, const std::string &typeDesc, ArgContainer &parser, Visitor *v=NULL) | TCLAP::ValueArg< T > | |
ValueArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, T value, Constraint< T > *constraint, ArgContainer &parser, Visitor *v=NULL) | TCLAP::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) | TCLAP::ValueArg< T > | |
visibleInHelp() const | TCLAP::Arg | inlinevirtual |
~Arg() | TCLAP::Arg | inlinevirtual |