MessagePack for C++
object_decl.hpp
Go to the documentation of this file.
1 //
2 // MessagePack for C++ static resolution routine
3 //
4 // Copyright (C) 2018 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_V3_OBJECT_DECL_HPP
11 #define MSGPACK_V3_OBJECT_DECL_HPP
12 
15 
16 namespace msgpack {
17 
21 
22 using v2::object_handle;
23 
24 namespace detail {
25 
27 
28 } // namespace detail
29 
31 
32 using v2::clone;
33 
34 namespace detail {
35 
36 using v2::detail::packer_serializer;
37 
38 } // namespace detail
39 
40 using v2::object_parser;
41 using v2::object_pack_visitor;
42 using v2::object_stringize_visitor;
43 
44 using v2::operator==;
45 using v2::operator!=;
46 
48 } // MSGPACK_API_VERSION_NAMESPACE(v3)
50 
51 } // namespace msgpack
52 
53 #endif // MSGPACK_V3_OBJECT_DECL_HPP
std::size_t add_ext_type_size(std::size_t size)
Definition: object.hpp:141
Definition: adaptor_base.hpp:15
object_handle clone(msgpack::object const &obj)
clone object
Definition: object.hpp:617
std::size_t aligned_zone_size(msgpack::object const &obj)
Definition: object.hpp:602
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:66