Web API Reference MapGuide Open Source

Util.h File Reference

Include dependency graph for Util.h:

This graph shows which files directly or indirectly include this file:


Defines

#define CHECKARGUMENTNULL(pointer, methodname)
#define CHECKNULL(pointer, methodname)
#define DoubleMaxValue   DBL_MAX
#define DoubleMinValue   DBL_MIN
#define DoubleNegativeInfinity   numeric_limits<double>::infinity()
#define DoublePositiveInfinity   numeric_limits<double>::infinity()
#define MG_CHECK_RANGE(value, min, max, methodName)
#define MG_TCHAR_TO_CHAR(x)   x
#define MG_TCHAR_TO_WCHAR(x)   MgUtil::MultiByteToWideChar((string)x).c_str()
#define MG_WCHAR_TO_CHAR(x)   MgUtil::WideCharToMultiByte((wstring)x).c_str()
#define MG_WCHAR_TO_TCHAR(x)   MgUtil::WideCharToMultiByte((wstring)x).c_str()
#define ROUND(x)   (int)(floor(x+0.5))

Comments or suggestions? Send us feedback.