Typedefs | |
typedef std::list< Arg * >::iterator | ArgListIterator |
typedef std::vector< Arg * >::iterator | ArgVectorIterator |
typedef std::list< Visitor * >::iterator | VisitorListIterator |
Functions | |
template<typename C > | |
void | ClearContainer (C &c) |
template<typename T > | |
void | DelPtr (T ptr) |
template<typename T > | |
void | ExtractValue (T &destVal, const std::string &strVal, ValueLike vl) |
template<typename T > | |
void | ExtractValue (T &destVal, const std::string &strVal, StringLike sl) |
template<typename T > | |
void | SetString (T &dst, const std::string &src) |
typedef std::list<Arg*>::iterator TCLAP::ArgListIterator |
typedef std::vector<Arg*>::iterator TCLAP::ArgVectorIterator |
typedef std::list<Visitor*>::iterator TCLAP::VisitorListIterator |
void TCLAP::ExtractValue | ( | T & | destVal, |
const std::string & | strVal, | ||
ValueLike | vl | ||
) |
void TCLAP::ExtractValue | ( | T & | destVal, |
const std::string & | strVal, | ||
StringLike | sl | ||
) |
void TCLAP::SetString | ( | T & | dst, |
const std::string & | src | ||
) |
Definition at line 200 of file StandardTraits.h.