10#ifndef MSGPACK_V2_PARSE_DECL_HPP
11#define MSGPACK_V2_PARSE_DECL_HPP
23template <
typename VisitorHolder>
31template <
typename VisitorHolder,
typename ReferencedBufferHook>
45template <
typename Visitor>
58template <
typename Visitor>
63template <
typename Visitor>
66template <
typename Visitor>
Parsing class for a stream deserialization.
Definition parse_decl.hpp:32
parse_return parse_imp(const char *data, size_t len, size_t &off, Visitor &v)
Definition adaptor_base.hpp:15
parse_return
Definition parse_return.hpp:23
void convert(T &v, msgpack::object const &o)
Definition object.hpp:1178
bool parse(const char *data, size_t len, size_t &off, Visitor &v)
Unpack msgpack formatted data via a visitor.
Definition parse_decl.hpp:64
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66