cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Struct of data of binaries. More...
#include <msgpack_light/details/object_data.h>
Public Attributes | |
unsigned char * | data |
Data. | |
std::size_t | size |
Size of the data. |
Struct of data of binaries.
Definition at line 45 of file object_data.h.
unsigned char* msgpack_light::details::binary_data::data |
Data.
Definition at line 47 of file object_data.h.
std::size_t msgpack_light::details::binary_data::size |
Size of the data.
Definition at line 50 of file object_data.h.