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
 

Namespaces

 TCLAP
 

Macros

#define HAVE_SSTREAM
 
#define TCLAP_FLAGSTARTCHAR   '-'
 
#define TCLAP_FLAGSTARTSTRING   "-"
 
#define TCLAP_NAMESTARTSTRING   "--"
 

Typedefs

typedef std::list< Arg * >::iterator TCLAP::ArgListIterator
 
typedef std::vector< Arg * >::iterator TCLAP::ArgVectorIterator
 
typedef std::istringstream istringstream
 
typedef std::list< Visitor * >::iterator TCLAP::VisitorListIterator
 

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.

#define TCLAP_FLAGSTARTCHAR   '-'

The char that indicates the beginning of a flag. Defaults to '-', but clients can define TCLAP_FLAGSTARTCHAR to override.

Definition at line 224 of file Arg.h.

#define TCLAP_FLAGSTARTSTRING   "-"

The sting that indicates the beginning of a flag. Defaults to "-", but clients can define TCLAP_FLAGSTARTSTRING to override. Should be the same as TCLAP_FLAGSTARTCHAR.

Definition at line 234 of file Arg.h.

#define TCLAP_NAMESTARTSTRING   "--"

The sting that indicates the beginning of a name. Defaults to "--", but clients can define TCLAP_NAMESTARTSTRING to override.

Definition at line 243 of file Arg.h.

Typedef Documentation

typedef std::istringstream istringstream

Definition at line 43 of file Arg.h.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:24