#include <string>
#include <cmath>
#include <vector>
#include <vapor/MyBase.h>
#include <vapor/common.h>
Go to the source code of this file.
|
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) |
|