cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of basic_binary_buffer class. More...
#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <new>
#include <utility>
Go to the source code of this file.
Classes | |
class | msgpack_light::details::basic_binary_buffer |
Class of basic buffers for binary data. More... |
Namespaces | |
namespace | msgpack_light |
Namespace of this project. | |
namespace | msgpack_light::details |
Namespace of internal implementations. | |
namespace | std |
STL namespace. |
Functions | |
template<> | |
void | std::swap (msgpack_light::details::basic_binary_buffer &instance1, msgpack_light::details::basic_binary_buffer &instance2) noexcept |
Implementation of std::swap for msgpack_light::details::basic_binary_buffer. |
Definition of basic_binary_buffer class.
Definition in file basic_binary_buffer.h.