![]() |
VR-Link API Documentation for HLA 1.3
|
This is the complete list of members for DtCmdLine::ValueArg< T >, including all inherited members.
| _allowed | DtCmdLine::ValueArg< T > | protected |
| _alreadySet | DtCmdLine::Arg | protected |
| _checkAllowed(const std::string &val) | DtCmdLine::ValueArg< T > | protected |
| _checkWithVisitor() const | DtCmdLine::Arg | inlineprotected |
| _description | DtCmdLine::Arg | protected |
| _extractValue(const std::string &val) | DtCmdLine::ValueArg< T > | protected |
| _flag | DtCmdLine::Arg | protected |
| _hasBlanks(const std::string &s) const | DtCmdLine::Arg | inline |
| _ignoreable | DtCmdLine::Arg | protected |
| _name | DtCmdLine::Arg | protected |
| _required | DtCmdLine::Arg | protected |
| _requireLabel | DtCmdLine::Arg | protected |
| _typeDesc | DtCmdLine::ValueArg< T > | protected |
| _value | DtCmdLine::ValueArg< T > | protected |
| _valueRequired | DtCmdLine::Arg | protected |
| _visitor | DtCmdLine::Arg | protected |
| _xorSet | DtCmdLine::Arg | protected |
| addToList(std::list< Arg * > &argList) const | DtCmdLine::Arg | inlinevirtual |
| allowedInit() | DtCmdLine::ValueArg< T > | protected |
| Arg(const std::string &flag, const std::string &name, const std::string &desc, bool req, bool valreq, Visitor *v=NULL) | DtCmdLine::Arg | inlineprotected |
| argMatches(const std::string &s) const | DtCmdLine::Arg | inlinevirtual |
| beginIgnoring() | DtCmdLine::Arg | inlinestatic |
| blankChar() | DtCmdLine::Arg | inlinestatic |
| delimiter() | DtCmdLine::Arg | inlinestatic |
| flagStartChar() | DtCmdLine::Arg | inlinestatic |
| flagStartString() | DtCmdLine::Arg | inlinestatic |
| forceRequired() | DtCmdLine::Arg | inline |
| getDescription() const | DtCmdLine::Arg | inline |
| getFlag() const | DtCmdLine::Arg | inline |
| getInternalPtrValue() | DtCmdLine::ValueArg< T > | |
| getName() const | DtCmdLine::Arg | inline |
| getValue() const | DtCmdLine::ValueArg< T > | |
| getValue() | DtCmdLine::ValueArg< T > | |
| ignoreNameString() | DtCmdLine::Arg | inlinestatic |
| ignoreRest() | DtCmdLine::Arg | inlinestatic |
| isIgnoreable() const | DtCmdLine::Arg | inline |
| isRequired() const | DtCmdLine::Arg | inlinevirtual |
| isSet() const | DtCmdLine::Arg | inline |
| isValueRequired() const | DtCmdLine::Arg | inline |
| longID(const std::string &val="val") const | DtCmdLine::ValueArg< T > | virtual |
| nameStartString() | DtCmdLine::Arg | inlinestatic |
| operator T &() | DtCmdLine::ValueArg< T > | |
| operator==(const Arg &a) | DtCmdLine::Arg | inlinevirtual |
| processArg(int *i, std::vector< std::string > &args) | DtCmdLine::ValueArg< T > | virtual |
| setDelimiter(char c) | DtCmdLine::Arg | inlinestatic |
| setRequireLabel(const std::string &s) | DtCmdLine::Arg | inline |
| setValue(const T &val) | DtCmdLine::ValueArg< T > | |
| shortID(const std::string &val="val") const | DtCmdLine::ValueArg< T > | virtual |
| toString() const | DtCmdLine::Arg | inlinevirtual |
| trimFlag(std::string &flag, std::string &value) const | DtCmdLine::Arg | inlinevirtual |
| ValueArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, T value, const std::string &typeDesc, Visitor *v=NULL) | DtCmdLine::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) | DtCmdLine::ValueArg< T > | |
| ValueArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, T value, const std::vector< T > &allowed, CmdLineInterface &parser, Visitor *v=NULL) | DtCmdLine::ValueArg< T > | |
| ValueArg(const std::string &flag, const std::string &name, const std::string &desc, bool req, T value, const std::vector< T > &allowed, Visitor *v=NULL) | DtCmdLine::ValueArg< T > | |
| xorSet() | DtCmdLine::Arg | inline |
| ~Arg() | DtCmdLine::Arg | inlinevirtual |