cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of serialization_buffer_impl alias. More...
Go to the source code of this file.
Namespaces | |
namespace | msgpack_light |
Namespace of this project. | |
namespace | msgpack_light::details |
Namespace of internal implementations. |
Macros | |
#define | MSGPACK_LIGHT_USE_BUFFER_IN_SERIALIZATION <compiler-specific-default-value> |
Macro to select use of buffers in serialization. |
Typedefs | |
using | msgpack_light::details::serialization_buffer_impl = non_buffered_serialization_buffer_impl |
Type of internal implementation of serialization_buffer class. |
Definition of serialization_buffer_impl alias.
Definition in file serialization_buffer_impl.h.
#define MSGPACK_LIGHT_USE_BUFFER_IN_SERIALIZATION <compiler-specific-default-value> |
Macro to select use of buffers in serialization.
Definition at line 27 of file serialization_buffer_impl.h.