tclap  1.2.0
Classes | Namespaces | Macros | Typedefs | Functions
Arg.h File Reference
#include <string>
#include <vector>
#include <list>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <sstream>
#include <tclap/ArgException.h>
#include <tclap/Visitor.h>
#include <tclap/CmdLineInterface.h>
#include <tclap/ArgTraits.h>
#include <tclap/StandardTraits.h>
Include dependency graph for Arg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TCLAP::Arg
 A virtual base class that defines the essential data for all arguments. More...

Namespaces

namespace  TCLAP

Macros

#define HAVE_SSTREAM

Typedefs

typedef std::istringstream istringstream
typedef std::list< Arg * >
::iterator 
TCLAP::ArgListIterator
 Typedef of an Arg list iterator.
typedef std::vector< Arg * >
::iterator 
TCLAP::ArgVectorIterator
 Typedef of an Arg vector iterator.
typedef std::list< Visitor * >
::iterator 
TCLAP::VisitorListIterator
 Typedef of a Visitor list iterator.

Functions

template<typename T >
void TCLAP::ExtractValue (T &destVal, const std::string &strVal, ValueLike vl)
template<typename T >
void TCLAP::ExtractValue (T &destVal, const std::string &strVal, StringLike sl)

Macro Definition Documentation

#define HAVE_SSTREAM

Definition at line 31 of file Arg.h.


Typedef Documentation

typedef std::istringstream istringstream

Definition at line 43 of file Arg.h.