cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
msgpack_light::details::binary_data Struct Reference

Struct of data of binaries. More...

#include <msgpack_light/details/object_data.h>

Collaboration diagram for msgpack_light::details::binary_data:

Public Attributes

unsigned char * data
 Data.
std::size_t size
 Size of the data.

Detailed Description

Struct of data of binaries.

Definition at line 45 of file object_data.h.

Member Data Documentation

◆ data

unsigned char* msgpack_light::details::binary_data::data

Data.

Definition at line 47 of file object_data.h.

◆ size

std::size_t msgpack_light::details::binary_data::size

Size of the data.

Definition at line 50 of file object_data.h.


The documentation for this struct was generated from the following file: