cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of classes of references to arrays. More...
#include <algorithm>
#include <cstring>
#include "msgpack_light/details/allocator_wrapper.h"
#include "msgpack_light/details/array_iterator.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/standard_allocator.h"
Go to the source code of this file.
Classes | |
class | msgpack_light::const_array_ref |
Class to access constant arrays. More... | |
class | msgpack_light::mutable_array_ref< Allocator > |
Class to access non-constant arrays. More... |
Namespaces | |
namespace | msgpack_light |
Namespace of this project. |
Definition of classes of references to arrays.
Definition in file array_ref.h.