123456789101112131415161718192021 |
- #ifndef FIND_INSTANCE_DWA2002312_HPP
- # define FIND_INSTANCE_DWA2002312_HPP
- # include <boost/python/type_id.hpp>
- namespace boost { namespace python { namespace objects {
- BOOST_PYTHON_DECL void* find_instance_impl(PyObject*, type_info, bool null_shared_ptr_only = false);
- }}}
- #endif
|