Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/boost/python/object/class_detail.hpp @ 20

Last change on this file since 20 was 12, checked in by landauf, 18 years ago

added boost

File size: 634 bytes
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.