Searched refs:pointer_arg_from_python (Results 1 – 2 of 2) sorted by relevance
75 struct pointer_arg_from_python : arg_lvalue_from_python_base struct79 pointer_arg_from_python(PyObject*);167 , pointer_arg_from_python<T>266 inline pointer_arg_from_python<T>::pointer_arg_from_python(PyObject* p) in pointer_arg_from_python() function in boost::python::converter::pointer_arg_from_python273 inline T pointer_arg_from_python<T>::operator()() const in operator ()()
55 select_arg_from_python<int*>::type, pointer_arg_from_python<int*> in main()59 select_arg_from_python<int const*>::type, pointer_arg_from_python<int const*> in main()63 select_arg_from_python<int volatile*>::type, pointer_arg_from_python<int volatile*> in main()67 … select_arg_from_python<int const volatile*>::type, pointer_arg_from_python<int const volatile*> in main()