32typedef signed char Int8;
33typedef unsigned char UInt8;
35typedef signed short Int16;
36typedef unsigned short UInt16;
38typedef signed int Int32;
39typedef unsigned int UInt32;
41typedef signed long long Int64;
42typedef unsigned long long UInt64;
44#elif defined (__GNUC__)
46typedef signed char Int8;
47typedef unsigned char UInt8;
49typedef signed short Int16;
50typedef unsigned short UInt16;
54typedef signed int Int32;
55typedef unsigned int UInt32;
57typedef signed long Int64;
58typedef unsigned long UInt64;
62typedef signed int Int32;
63typedef unsigned int UInt32;
65typedef signed long long Int64;
66typedef unsigned long long UInt64;
76 Cannot identify compiler toolset to define integral types. \
77 Please contact support@onixs.biz on further assistance.
368 toStr(str, constant());
382 <Type, Constant> constant)
386 toStr(str, constant);
#define ONIXS_EURONEXT_OPTIQMDG_EXPORTED
#define ONIXS_EURONEXT_OPTIQMDG_MESSAGING_NAMESPACE_BEGIN
#define ONIXS_EURONEXT_OPTIQMDG_MESSAGING_NAMESPACE_END
#define ONIXS_EURONEXT_OPTIQMDG_NODISCARD
#define ONIXS_EURONEXT_OPTIQMDG_NOTHROW
#define ONIXS_EURONEXT_OPTIQMDG_CONSTEXPR
bool fromStr(Int8 &, const Char *, size_t) noexcept
Deserializes a numeric value from its text representation.
Int8 Int8
Type alias for the Int8_t.
Int64 Int64
Type alias for the Int64_t.
Int32 Int32
Type alias for the Int32_t.
char Char
Character type alias.
void toStr(std::string &str, Char character)
Appends the character to the given std::string instance.
constexpr Value operator()() const noexcept
static constexpr Value value() noexcept