cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of buffered_serialization_buffer_impl class. More...
#include <array>
#include <cstddef>
#include <cstring>
#include "msgpack_light/details/mutable_static_binary_view.h"
#include "msgpack_light/details/pack_in_big_endian.h"
#include "msgpack_light/details/static_memory_buffer_size.h"
#include "msgpack_light/details/total_size_of.h"
#include "msgpack_light/output_stream.h"
Go to the source code of this file.
Classes | |
class | msgpack_light::details::buffered_serialization_buffer_impl |
Class to implement internal implementation of serialization_buffer class using buffers. More... |
Namespaces | |
namespace | msgpack_light |
Namespace of this project. | |
namespace | msgpack_light::details |
Namespace of internal implementations. |
Definition of buffered_serialization_buffer_impl class.
Definition in file buffered_serialization_buffer_impl.h.