MessagePack for C++
Namespaces | Functions
iterator.hpp File Reference
#include "msgpack/v1/fbuffer_decl.hpp"
Include dependency graph for iterator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 msgpack
 

Functions

msgpack::object_kvmsgpack::begin (msgpack::object_map &map)
 
const msgpack::object_kvmsgpack::begin (const msgpack::object_map &map)
 
msgpack::object_kvmsgpack::end (msgpack::object_map &map)
 
const msgpack::object_kvmsgpack::end (const msgpack::object_map &map)
 
msgpack::objectmsgpack::begin (msgpack::object_array &array)
 
const msgpack::objectmsgpack::begin (const msgpack::object_array &array)
 
msgpack::objectmsgpack::end (msgpack::object_array &array)
 
const msgpack::objectmsgpack::end (const msgpack::object_array &array)