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

Definition of serialization_buffer class. More...

#include <cstddef>
#include <cstdint>
#include <limits>
#include <stdexcept>
#include "msgpack_light/details/serialization_buffer_impl.h"
#include "msgpack_light/output_stream.h"
#include "msgpack_light/serialization_buffer_fwd.h"
#include "msgpack_light/type_support/fwd.h"
Include dependency graph for serialization_buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_light::serialization_buffer
 Class of buffers to serialize data. More...

Namespaces

namespace  msgpack_light
 Namespace of this project.

Detailed Description

Definition of serialization_buffer class.

Definition in file serialization_buffer.h.