Functions | |
BOOST_PYTHON_DECL registration const & | lookup (type_info) |
BOOST_PYTHON_DECL registration const & | lookup_shared_ptr (type_info) |
BOOST_PYTHON_DECL registration const * | query (type_info) |
BOOST_PYTHON_DECL void | insert (to_python_function_t, type_info, PyTypeObject const *(*to_python_target_type)()=0) |
BOOST_PYTHON_DECL void | insert (convertible_function, type_info, PyTypeObject const *(*expected_pytype)()=0) |
BOOST_PYTHON_DECL void | insert (convertible_function, constructor_function, type_info, PyTypeObject const *(*expected_pytype)()=0) |
BOOST_PYTHON_DECL void | push_back (convertible_function, constructor_function, type_info, PyTypeObject const *(*expected_pytype)()=0) |
BOOST_PYTHON_DECL void boost::python::converter::registry::insert | ( | to_python_function_t | , |
type_info | , | ||
PyTypeObject const *(*)() | to_python_target_type = 0 |
||
) |
BOOST_PYTHON_DECL void boost::python::converter::registry::insert | ( | convertible_function | , |
type_info | , | ||
PyTypeObject const *(*)() | expected_pytype = 0 |
||
) |
BOOST_PYTHON_DECL void boost::python::converter::registry::insert | ( | convertible_function | , |
constructor_function | , | ||
type_info | , | ||
PyTypeObject const *(*)() | expected_pytype = 0 |
||
) |
BOOST_PYTHON_DECL registration const& boost::python::converter::registry::lookup | ( | type_info | ) |
Referenced by boost::get(), boost::adj_mat_pm_helper< D, VP, EP, GP, A, Prop, vertex_property_tag >::get_const_one(), boost::adj_mat_pm_helper< D, VP, EP, GP, A, Tag, edge_property_tag >::get_const_one(), boost::adj_mat_pm_helper< D, VP, EP, GP, A, Prop, vertex_property_tag >::get_nonconst_one(), boost::adj_mat_pm_helper< D, VP, EP, GP, A, Tag, edge_property_tag >::get_nonconst_one(), boost::get_property_value(), boost::lookup_one_property_internal< boost::property< Tag, T, Base >, PropName >::lookup(), boost::lookup_one_property< const T, Tag >::lookup(), boost::detail::lookup_one_property_f< PList, Tag >::operator()(), boost::adj_mat_pm_helper< D, VP, EP, GP, A, Tag, edge_property_tag >::lookup_property_from_edge< IsConst >::operator()(), boost::put(), boost::python::converter::detail::registry_lookup1(), and boost::python::converter::detail::registry_lookup2().
BOOST_PYTHON_DECL registration const& boost::python::converter::registry::lookup_shared_ptr | ( | type_info | ) |
Referenced by boost::python::converter::detail::register_shared_ptr0().
BOOST_PYTHON_DECL void boost::python::converter::registry::push_back | ( | convertible_function | , |
constructor_function | , | ||
type_info | , | ||
PyTypeObject const *(*)() | expected_pytype = 0 |
||
) |
Referenced by boost::python::implicitly_convertible().
BOOST_PYTHON_DECL registration const* boost::python::converter::registry::query | ( | type_info | ) |