cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of object class. More...
#include <cstring>
#include "msgpack_light/details/allocator_wrapper.h"
#include "msgpack_light/details/array_iterator.h"
#include "msgpack_light/details/array_iterator_impl.h"
#include "msgpack_light/details/array_ref.h"
#include "msgpack_light/details/array_ref_impl.h"
#include "msgpack_light/details/extension_ref.h"
#include "msgpack_light/details/map_iterator.h"
#include "msgpack_light/details/map_iterator_impl.h"
#include "msgpack_light/details/map_ref.h"
#include "msgpack_light/details/map_ref_impl.h"
#include "msgpack_light/details/object_base.h"
#include "msgpack_light/details/object_data.h"
#include "msgpack_light/details/object_helper.h"
#include "msgpack_light/details/object_ref.h"
#include "msgpack_light/details/object_ref_decl.h"
#include "msgpack_light/standard_allocator.h"
Go to the source code of this file.
Classes | |
class | msgpack_light::object< Allocator > |
Class of objects in MessagePack. More... |
Namespaces | |
namespace | msgpack_light |
Namespace of this project. |
Definition of object class.
Definition in file object.h.