cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of classes of iterators of maps. More...
#include <cstddef>
#include <utility>
#include "msgpack_light/details/allocator_wrapper.h"
#include "msgpack_light/details/object_data.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_map_iterator |
Class of iterators of maps to access constant objects. More... | |
class | msgpack_light::mutable_map_iterator< Allocator > |
Class of iterators of maps to access non-constant objects. More... |
Namespaces | |
namespace | msgpack_light |
Namespace of this project. |
Definition of classes of iterators of maps.
Definition in file map_iterator.h.