MessagePack for C++
|
#include "msgpack/versioning.hpp"
#include "msgpack/zone.hpp"
#include <stdint.h>
#include <typeinfo>
Go to the source code of this file.
Namespaces | |
msgpack | |
msgpack::type | |
msgpack::adaptor | |
Enumerations | |
enum | msgpack::type::object_type { msgpack::type::NIL = 0x00 , msgpack::type::BOOLEAN = 0x01 , msgpack::type::POSITIVE_INTEGER = 0x02 , msgpack::type::NEGATIVE_INTEGER = 0x03 , msgpack::type::FLOAT32 = 0x0a , msgpack::type::FLOAT64 = 0x04 , msgpack::type::FLOAT = 0x04 , msgpack::type::STR = 0x05 , msgpack::type::BIN = 0x06 , msgpack::type::ARRAY = 0x07 , msgpack::type::MAP = 0x08 , msgpack::type::EXT = 0x09 } |