#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 | VetsUtil::CvtToInt (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToFloat (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToDouble (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToChar (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToBoolean (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToString (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToCPPStr (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToDimension2D (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToDimension3D (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToStrVec (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToIntVec (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToSize_tVec (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToFloatVec (const char *from, void *to) |
|
COMMON_API int | VetsUtil::CvtToIntRange (const char *from, void *to) |
|