MessagePack for C++
include
msgpack
v2
object_decl.hpp
Go to the documentation of this file.
1
//
2
// MessagePack for C++ static resolution routine
3
//
4
// Copyright (C) 2016 KONDO Takatoshi
5
//
6
// Distributed under the Boost Software License, Version 1.0.
7
// (See accompanying file LICENSE_1_0.txt or copy at
8
// http://www.boost.org/LICENSE_1_0.txt)
9
//
10
#ifndef MSGPACK_V2_OBJECT_DECL_HPP
11
#define MSGPACK_V2_OBJECT_DECL_HPP
12
13
#include "
msgpack/v1/object_decl.hpp
"
14
#include "
msgpack/adaptor/adaptor_base.hpp
"
15
16
namespace
msgpack
{
17
19
MSGPACK_API_VERSION_NAMESPACE
(
v2
) {
21
22
using
v1::object_handle;
23
24
namespace
detail {
25
26
using
v1::detail::add_ext_type_size
;
27
28
}
// namespace detail
29
30
using
v1::aligned_zone_size
;
31
32
using
v1::clone
;
33
34
namespace
detail {
35
36
using
v1::detail::packer_serializer;
37
38
}
// namespace detail
39
40
using
v1::object_parser;
41
using
v1::object_pack_visitor;
42
using
v1::object_stringize_visitor;
43
44
using
v1::operator==;
45
using
v1::operator!=;
46
48
}
// MSGPACK_API_VERSION_NAMESPACE(v2)
50
51
}
// namespace msgpack
52
53
#endif // MSGPACK_V2_OBJECT_DECL_HPP
msgpack::detail::add_ext_type_size
std::size_t add_ext_type_size(std::size_t size)
Definition:
object.hpp:141
msgpack
Definition:
adaptor_base.hpp:15
MSGPACK_API_VERSION_NAMESPACE
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition:
versioning.hpp:58
adaptor_base.hpp
v2
object_decl.hpp
msgpack::clone
object_handle clone(msgpack::object const &obj)
clone object
Definition:
object.hpp:617
msgpack::aligned_zone_size
std::size_t aligned_zone_size(msgpack::object const &obj)
Definition:
object.hpp:602
Generated by
1.8.17