UniversalIndentGUI 1.2.0
|
typedef std::list<Arg*>::iterator TCLAP::ArgListIterator |
typedef std::vector<Arg*>::iterator TCLAP::ArgVectorIterator |
typedef std::list<Visitor*>::iterator TCLAP::VisitorListIterator |
void TCLAP::ClearContainer | ( | C & | c | ) |
Definition at line 58 of file CmdLine.h.
Referenced by TCLAP::CmdLine::~CmdLine().
void TCLAP::ExtractValue | ( | T & | destVal, |
const std::string & | strVal, | ||
StringLike | sl | ||
) |
Definition at line 432 of file Arg.h.
References SetString().
void TCLAP::ExtractValue | ( | T & | destVal, |
const std::string & | strVal, | ||
ValueLike | vl | ||
) |
Definition at line 395 of file Arg.h.
Referenced by TCLAP::ValueArg< T >::_extractValue(), and TCLAP::MultiArg< T >::_extractValue().
void TCLAP::SetString | ( | T & | dst, |
const std::string & | src | ||
) |
Definition at line 178 of file StandardTraits.h.
Referenced by ExtractValue().