cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
object_data.h File Reference

Definition of object_data struct. More...

#include <cstddef>
#include <cstdint>
#include "msgpack_light/object_data_type.h"
Include dependency graph for object_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  msgpack_light::details::array_data
 Struct of data of arrays. More...
struct  msgpack_light::details::binary_data
 Struct of data of binaries. More...
struct  msgpack_light::details::extension_data
 Struct of data of extensions. More...
struct  msgpack_light::details::key_value_pair_data
 Struct of data of key-value pairs in maps. More...
struct  msgpack_light::details::map_data
 Struct of data of maps. More...
struct  msgpack_light::details::object_data
 Struct of data of objects in MessagePack. More...
struct  msgpack_light::details::string_data
 Struct of data of strings. More...

Namespaces

namespace  msgpack_light
 Namespace of this project.
namespace  msgpack_light::details
 Namespace of internal implementations.

Detailed Description

Definition of object_data struct.

Definition in file object_data.h.