Go to the documentation of this file.
10 #ifndef MSGPACK_V3_X3_UNPACK_DECL_HPP
11 #define MSGPACK_V3_X3_UNPACK_DECL_HPP
13 #if defined(MSGPACK_USE_X3_PARSE)
29 template <
typename Iterator>
34 unpack_limit
const& limit = unpack_limit());
36 template <
typename Iterator>
40 unpack_limit
const& limit = unpack_limit());
42 template <
typename Iterator>
48 unpack_limit
const& limit = unpack_limit());
50 template <
typename Iterator>
55 unpack_limit
const& limit = unpack_limit());
63 #endif // defined(MSGPACK_USE_X3_PARSE)
65 #endif // MSGPACK_V3_X3_UNPACK_DECL_HPP
bool(* unpack_reference_func)(msgpack::type::object_type type, std::size_t size, void *user_data)
The type of reference or copy judging function.
Definition: unpack_decl.hpp:74
Definition: adaptor_base.hpp:15
parse_return unpack_imp(const char *data, std::size_t len, std::size_t &off, msgpack::zone &result_zone, msgpack::object &result, bool &referenced, unpack_reference_func f=MSGPACK_NULLPTR, void *user_data=MSGPACK_NULLPTR, unpack_limit const &limit=unpack_limit())
Definition: unpack.hpp:1338
msgpack::object_handle unpack(const char *data, std::size_t len, std::size_t &off, bool &referenced, unpack_reference_func f, void *user_data, unpack_limit const &limit)
Unpack msgpack::object from a buffer.
Definition: unpack.hpp:1382
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
msgpack::object_kv * begin(msgpack::object_map &map)
Definition: iterator.hpp:23
Definition: cpp03_zone.hpp:22
msgpack::object_kv * end(msgpack::object_map &map)
Definition: iterator.hpp:25
#define MSGPACK_NULLPTR
Definition: cpp_config_decl.hpp:35
The class holds object and zone.
Definition: object.hpp:44
Object class that corresponding to MessagePack format object.
Definition: object_fwd.hpp:75