![]() |
|
|||
File indexing completed on 2025-07-09 08:25:30
0001 // Copyright David Abrahams 2003. 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 INHERITANCE_QUERY_DWA2003520_HPP 0006 # define INHERITANCE_QUERY_DWA2003520_HPP 0007 0008 # include <boost/python/type_id.hpp> 0009 0010 namespace boost { namespace python { namespace objects { 0011 0012 BOOST_PYTHON_DECL void* find_static_type(void* p, type_info src, type_info dst); 0013 BOOST_PYTHON_DECL void* find_dynamic_type(void* p, type_info src, type_info dst); 0014 0015 }}} // namespace boost::python::object 0016 0017 #endif // INHERITANCE_QUERY_DWA2003520_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |