cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of helper functions for implementation of object class. More...
#include <cstring>
#include "msgpack_light/details/allocator_wrapper.h"
#include "msgpack_light/details/object_data.h"
#include "msgpack_light/object_data_type.h"
Go to the source code of this file.
Namespaces | |
namespace | msgpack_light |
Namespace of this project. | |
namespace | msgpack_light::details |
Namespace of internal implementations. |
Functions | |
template<typename Allocator> | |
void | msgpack_light::details::clear_object_data (object_data &data, allocator_wrapper< Allocator > &allocator) noexcept |
Clear data. | |
template<typename Allocator> | |
void | msgpack_light::details::copy_object_data (object_data &to, const object_data &from, allocator_wrapper< Allocator > &allocator) |
Copy data. |
Definition of helper functions for implementation of object class.
Definition in file object_helper.h.