source: NonGTP/Boost/boost/python/object/class_detail.hpp @ 857

Revision 857, 653 bytes checked in by igarcia, 18 years ago (diff)
Line 
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
Note: See TracBrowser for help on using the repository browser.