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

Struct of data of strings. More...

#include <msgpack_light/details/object_data.h>

Collaboration diagram for msgpack_light::details::string_data:

Public Attributes

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

Detailed Description

Struct of data of strings.

Definition at line 34 of file object_data.h.

Member Data Documentation

◆ data

char* msgpack_light::details::string_data::data

Data.

Definition at line 36 of file object_data.h.

◆ size

std::size_t msgpack_light::details::string_data::size

Size of the data.

Definition at line 39 of file object_data.h.


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