Home
last modified time | relevance | path

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

/third_party/boost/boost/python/converter/
Darg_from_python.hpp133 struct back_reference_arg_from_python struct
136 typedef T result_type;
141 typedef boost::python::arg_from_python<typename T::type> base;
142 PyObject* m_source;
321 back_reference_arg_from_python<T>::back_reference_arg_from_python(PyObject* x) in back_reference_arg_from_python() function in boost::python::converter::back_reference_arg_from_python