Namespaces | |
MsgPackParser | |
Classes | |
class | MsgPack |
class | MsgPackArray |
class | MsgPackBinary |
class | MsgPackBoolean |
class | MsgPackDouble |
class | MsgPackExtension |
class | MsgPackFloat |
class | MsgPackInt16 |
class | MsgPackInt32 |
class | MsgPackInt64 |
class | MsgPackInt8 |
class | MsgPackNull |
class | MsgPackObject |
class | MsgPackString |
class | MsgPackUint16 |
class | MsgPackUint32 |
class | MsgPackUint64 |
class | MsgPackUint8 |
class | MsgPackValue |
struct | NullStruct |
class | NumberValue |
struct | Statics |
class | Value |
Functions | |
bool | equal_uint64_int64 (uint64_t uint64_value, int64_t int64_value) |
bool | less_int64_uint64 (int64_t int64_value, uint64_t uint64_value) |
bool | less_uint64_int64 (uint64_t uint64_value, int64_t int64_value) |
std::ostream & | operator<< (std::ostream &os, const MsgPack &msgpack) |
std::istream & | operator>> (std::istream &is, MsgPack &msgpack) |
static const MsgPack & | static_null () |
static const Statics & | statics () |
Variables | |
static const int | max_depth = 200 |
bool msgpack11::equal_uint64_int64 | ( | uint64_t | uint64_value, |
int64_t | int64_value | ||
) |
Definition at line 410 of file msgpack11.cpp.
bool msgpack11::less_int64_uint64 | ( | int64_t | int64_value, |
uint64_t | uint64_value | ||
) |
Definition at line 424 of file msgpack11.cpp.
bool msgpack11::less_uint64_int64 | ( | uint64_t | uint64_value, |
int64_t | int64_value | ||
) |
Definition at line 417 of file msgpack11.cpp.
Definition at line 371 of file msgpack11.cpp.
std::istream& msgpack11::operator>> | ( | std::istream & | is, |
MsgPack & | msgpack | ||
) |
Definition at line 1037 of file msgpack11.cpp.
Definition at line 689 of file msgpack11.cpp.
Definition at line 684 of file msgpack11.cpp.
|
static |
Definition at line 18 of file msgpack11.cpp.