#include "msgpack11.hpp"
#include <array>
#include <cassert>
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <limits>
#include <tuple>
#include <algorithm>
#include <functional>
#include <stdexcept>
#include <type_traits>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | msgpack11::MsgPackArray |
class | msgpack11::MsgPackBinary |
class | msgpack11::MsgPackBoolean |
class | msgpack11::MsgPackDouble |
class | msgpack11::MsgPackExtension |
class | msgpack11::MsgPackFloat |
class | msgpack11::MsgPackInt16 |
class | msgpack11::MsgPackInt32 |
class | msgpack11::MsgPackInt64 |
class | msgpack11::MsgPackInt8 |
class | msgpack11::MsgPackNull |
class | msgpack11::MsgPackObject |
class | msgpack11::MsgPackString |
class | msgpack11::MsgPackUint16 |
class | msgpack11::MsgPackUint32 |
class | msgpack11::MsgPackUint64 |
class | msgpack11::MsgPackUint8 |
class | msgpack11::MsgPackValue |
struct | msgpack11::NullStruct |
class | msgpack11::NumberValue< tag, T > |
struct | msgpack11::Statics |
class | msgpack11::Value< tag, T > |
Namespaces | |
msgpack11 | |
msgpack11::MsgPackParser | |
Functions | |
bool | msgpack11::equal_uint64_int64 (uint64_t uint64_value, int64_t int64_value) |
bool | msgpack11::less_int64_uint64 (int64_t int64_value, uint64_t uint64_value) |
bool | msgpack11::less_uint64_int64 (uint64_t uint64_value, int64_t int64_value) |
std::ostream & | msgpack11::operator<< (std::ostream &os, const MsgPack &msgpack) |
std::istream & | msgpack11::operator>> (std::istream &is, MsgPack &msgpack) |
static const MsgPack & | msgpack11::static_null () |
static const Statics & | msgpack11::statics () |
Variables | |
static const int | msgpack11::max_depth = 200 |
uint8_t bytes[2] |
Definition at line 76 of file msgpack11.cpp.
uint16_t dummy |
Definition at line 75 of file msgpack11.cpp.