Warning, file /include/boost/python/object/inheritance_query.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
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 }}}
0016
0017 #endif