Home
last modified time | relevance | path

Searched defs:to_python_converter (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/python/
Dto_python_converter.hpp48 struct to_python_converter struct
51 typedef boost::mpl::bool_<has_get_pytype> HasGetPytype;
53 static PyTypeObject const* get_pytype_1(boost::mpl::true_ *) in get_pytype_1()
58 static PyTypeObject const* get_pytype_1(boost::mpl::false_ *) in get_pytype_1()
62 static PyTypeObject const* get_pytype_impl() in get_pytype_impl()
76 to_python_converter<T,Conversion, has_get_pytype>::to_python_converter() in to_python_converter() function in boost::python::to_python_converter