Searched refs:to_python_function_t (Results 1 – 6 of 6) sorted by relevance
15 typedef PyObject* (*to_python_function_t)(void const*); typedef
30 …BOOST_PYTHON_DECL void insert(to_python_function_t, type_info, PyTypeObject const* (*to_python_tar…
65 to_python_function_t m_to_python;
21 , converter::to_python_function_t
192 , converter::to_python_function_t to_python in enum_base()
205 …void insert(to_python_function_t f, type_info source_t, PyTypeObject const* (*to_python_target_typ… in insert()