31typedef signed char Int8;
32typedef unsigned char UInt8;
34typedef signed short Int16;
35typedef unsigned short UInt16;
37typedef signed int Int32;
38typedef unsigned int UInt32;
40typedef signed long long Int64;
41typedef unsigned long long UInt64;
43#elif defined (__GNUC__)
45typedef signed char Int8;
46typedef unsigned char UInt8;
48typedef signed short Int16;
49typedef unsigned short UInt16;
53typedef signed int Int32;
54typedef unsigned int UInt32;
56typedef signed long Int64;
57typedef unsigned long UInt64;
61typedef signed int Int32;
62typedef unsigned int UInt32;
64typedef signed long long Int64;
65typedef unsigned long long UInt64;
75 Cannot identify compiler toolset to define integral types. \
76 Please contact support@onixs.biz on further assistance.
284 toStr(str, constant());
300 toStr(str, constant);
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_BEGIN
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_END
#define ONIXS_CMESTREAMLINEDMDH_EXPORTED
void toStr(std::string &str, const Decimal &number)
static const Value value()
Returns value of the constant.
Value operator()() const
Returns value of the constant.