cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of object_data struct. More...
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. |
Definition of object_data struct.
Definition in file object_data.h.