Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/python/object/class_detail.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Copyright David Abrahams 2002.
0002 // Distributed under the Boost Software License, Version 1.0. (See
0003 // accompanying file LICENSE_1_0.txt or copy at
0004 // http://www.boost.org/LICENSE_1_0.txt)
0005 #ifndef CLASS_DETAIL_DWA200295_HPP
0006 # define CLASS_DETAIL_DWA200295_HPP
0007 
0008 # include <boost/python/handle.hpp>
0009 # include <boost/python/type_id.hpp>
0010 
0011 namespace boost { namespace python { namespace objects { 
0012 
0013 BOOST_PYTHON_DECL type_handle registered_class_object(type_info id);
0014 BOOST_PYTHON_DECL type_handle class_metatype();
0015 BOOST_PYTHON_DECL type_handle class_type();
0016 
0017 }}} // namespace boost::python::object
0018 
0019 #endif // CLASS_DETAIL_DWA200295_HPP