]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/python/include/boost/python/object/class_detail.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / python / include / boost / python / object / class_detail.hpp
CommitLineData
7c673cae
FG
1// Copyright David Abrahams 2002.
2// Distributed under the Boost Software License, Version 1.0. (See
3// accompanying file LICENSE_1_0.txt or copy at
4// http://www.boost.org/LICENSE_1_0.txt)
5#ifndef CLASS_DETAIL_DWA200295_HPP
6# define CLASS_DETAIL_DWA200295_HPP
7
8# include <boost/python/handle.hpp>
9# include <boost/python/type_id.hpp>
10
11namespace boost { namespace python { namespace objects {
12
13BOOST_PYTHON_DECL type_handle registered_class_object(type_info id);
14BOOST_PYTHON_DECL type_handle class_metatype();
15BOOST_PYTHON_DECL type_handle class_type();
16
17}}} // namespace boost::python::object
18
19#endif // CLASS_DETAIL_DWA200295_HPP