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_CONFLATEDTCP_MESSAGING_NAMESPACE_BEGIN
#define ONIXS_CONFLATEDTCP_MESSAGING_NAMESPACE_END
#define ONIXS_CONFLATEDTCP_CONSTEXPR
#define ONIXS_CONFLATEDTCP_EXPORTED
#define ONIXS_CONFLATEDTCP_NOTHROW
#define ONIXS_CONFLATEDTCP_NODISCARD
bool fromStr(Int8 &, const Char *, size_t) noexcept
Deserializes a numeric value from its text representation.
char Char
Character type alias.
void toStr(std::string &str, const Negotiate200 &obj)
Serializes into a string.
constexpr Value operator()() const noexcept
static constexpr Value value() noexcept