tclap  1.2.2
TCLAP::ValueArg< T > Member List

This is the complete list of members for TCLAP::ValueArg< T >, including all inherited members.

_acceptsMultipleValuesTCLAP::Argprotected
_alreadySetTCLAP::Argprotected
_checkWithVisitor() constTCLAP::Arginlineprotected
_constraintTCLAP::ValueArg< T >protected
_defaultTCLAP::ValueArg< T >protected
_descriptionTCLAP::Argprotected
_extractValue(const std::string &val)TCLAP::ValueArg< T >protected
_flagTCLAP::Argprotected
_hasBlanks(const std::string &s) constTCLAP::Arginline
_ignoreableTCLAP::Argprotected
_nameTCLAP::Argprotected
_requiredTCLAP::Argprotected
_requireLabelTCLAP::Argprotected
_typeDescTCLAP::ValueArg< T >protected
_valueTCLAP::ValueArg< T >protected
_valueRequiredTCLAP::Argprotected
_visitorTCLAP::Argprotected
_xorSetTCLAP::Argprotected
acceptsMultipleValues()TCLAP::Arginlinevirtual
addToList(std::list< Arg *> &argList) constTCLAP::Arginlinevirtual
allowMore()TCLAP::Arginlinevirtual
Arg(const std::string &flag, const std::string &name, const std::string &desc, bool req, bool valreq, Visitor *v=NULL)TCLAP::Arginlineprotected
argMatches(const std::string &s) constTCLAP::Arginlinevirtual
beginIgnoring()TCLAP::Arginlinestatic
blankChar()TCLAP::Arginlinestatic
delimiter()TCLAP::Arginlinestatic
flagStartChar()TCLAP::Arginlinestatic
flagStartString()TCLAP::Arginlinestatic
forceRequired()TCLAP::Arginline
getDescription() constTCLAP::Arginline
getFlag() constTCLAP::Arginline
getName() constTCLAP::Arginline
getValue() constTCLAP::ValueArg< T >inline
getValue()TCLAP::ValueArg< T >inline
ignoreNameString()TCLAP::Arginlinestatic
ignoreRest()TCLAP::Arginlinestatic
isIgnoreable() constTCLAP::Arginline
isRequired() constTCLAP::Arginlinevirtual
isSet() constTCLAP::Arginline
isValueRequired() constTCLAP::Arginline
longID(const std::string &val="val") constTCLAP::ValueArg< T >virtual
nameStartString()TCLAP::Arginlinestatic
operator const T &() constTCLAP::ValueArg< T >inline
operator==(const Arg &a) constTCLAP::Arginlinevirtual
processArg(int *i, std::vector< std::string > &args)TCLAP::ValueArg< T >virtual
reset()TCLAP::ValueArg< T >virtual
setDelimiter(char c)TCLAP::Arginlinestatic
setRequireLabel(const std::string &s)TCLAP::Arginline
shortID(const std::string &val="val") constTCLAP::ValueArg< T >virtual
toString() constTCLAP::Arginlinevirtual
trimFlag(std::string &flag, std::string &value) constTCLAP::Arginlinevirtual
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, CmdLineInterface &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, CmdLineInterface &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 >
xorSet()TCLAP::Arginline
~Arg()TCLAP::Arginlinevirtual