|
MessagePack for C++
|
#include <msgpack/object_fwd.hpp>Go to the source code of this file.
Namespaces | |
| msgpack | |
Functions | |
| object_kv * | msgpack::begin (object_map &map) |
| const object_kv * | msgpack::begin (const object_map &map) |
| object_kv * | msgpack::end (object_map &map) |
| const object_kv * | msgpack::end (const object_map &map) |
| object * | msgpack::begin (object_array &array) |
| const object * | msgpack::begin (const object_array &array) |
| object * | msgpack::end (object_array &array) |
| const object * | msgpack::end (const object_array &array) |
1.8.12