VAPOR3 3.9.4
Classes | Namespaces | Functions
OptionParser.h File Reference
#include <string>
#include <cmath>
#include <vector>
#include <vapor/MyBase.h>
#include <vapor/common.h>

Go to the source code of this file.

Classes

class  Wasp::OptionParser
 
struct  Wasp::OptionParser::_OptDescRec
 An option description record (odr) More...
 
struct  Wasp::OptionParser::_DPOption
 
struct  Wasp::OptionParser::_EnvOpt
 
struct  Wasp::OptionParser::Dimension2D_
 
struct  Wasp::OptionParser::Dimension3D_
 
struct  Wasp::OptionParser::IntRange_
 
struct  Wasp::OptionParser::_OptRec
 

Namespaces

namespace  Wasp
 

Functions

COMMON_API int Wasp::CvtToInt (const char *from, void *to)
 
COMMON_API int Wasp::CvtToFloat (const char *from, void *to)
 
COMMON_API int Wasp::CvtToDouble (const char *from, void *to)
 
COMMON_API int Wasp::CvtToChar (const char *from, void *to)
 
COMMON_API int Wasp::CvtToBoolean (const char *from, void *to)
 
COMMON_API int Wasp::CvtToString (const char *from, void *to)
 
COMMON_API int Wasp::CvtToCPPStr (const char *from, void *to)
 
COMMON_API int Wasp::CvtToDimension2D (const char *from, void *to)
 
COMMON_API int Wasp::CvtToDimension3D (const char *from, void *to)
 
COMMON_API int Wasp::CvtToStrVec (const char *from, void *to)
 
COMMON_API int Wasp::CvtToIntVec (const char *from, void *to)
 
COMMON_API int Wasp::CvtToSize_tVec (const char *from, void *to)
 
COMMON_API int Wasp::CvtToFloatVec (const char *from, void *to)
 
COMMON_API int Wasp::CvtToDoubleVec (const char *from, void *to)
 
COMMON_API int Wasp::CvtToIntRange (const char *from, void *to)