cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of non_buffered_serialization_buffer_impl class. More...
#include <array>
#include <cstddef>
#include "msgpack_light/details/mutable_static_binary_view.h"
#include "msgpack_light/details/pack_in_big_endian.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::non_buffered_serialization_buffer_impl |
Class to implement internal implementation of serialization_buffer class without buffers. More... |
Namespaces | |
namespace | msgpack_light |
Namespace of this project. | |
namespace | msgpack_light::details |
Namespace of internal implementations. |
Definition of non_buffered_serialization_buffer_impl class.
Definition in file non_buffered_serialization_buffer_impl.h.