|
cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
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"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. | |
Definition of serialization_buffer class.
Definition in file serialization_buffer.h.