cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of base classes of objects. More...
#include <cstdint>
#include <cstring>
#include <stdexcept>
#include <string_view>
#include "msgpack_light/binary.h"
#include "msgpack_light/details/allocator_wrapper.h"
#include "msgpack_light/details/array_ref.h"
#include "msgpack_light/details/extension_ref.h"
#include "msgpack_light/details/map_ref.h"
#include "msgpack_light/details/object_data.h"
#include "msgpack_light/details/object_helper.h"
#include "msgpack_light/details/object_ref_decl.h"
#include "msgpack_light/object_data_type.h"
Go to the source code of this file.
Classes | |
class | msgpack_light::details::const_object_base< Derived > |
Base class of constant objects in MessagePack. More... | |
class | msgpack_light::details::mutable_object_base< Derived, Allocator > |
Base class of non-constant objects in MessagePack. More... |
Namespaces | |
namespace | msgpack_light |
Namespace of this project. | |
namespace | msgpack_light::details |
Namespace of internal implementations. |
Definition of base classes of objects.
Definition in file object_base.h.