Searched refs:reference_arg_to_python (Results 1 – 2 of 2) sorted by relevance
44 struct reference_arg_to_python : handle<> struct46 reference_arg_to_python(T& x);135 , reference_arg_to_python<unwrapped_referent>217 inline PyObject* reference_arg_to_python<T>::get_object(T& x) in get_object()224 inline reference_arg_to_python<T>::reference_arg_to_python(T& x) in reference_arg_to_python() function in boost::python::converter::detail::reference_arg_to_python225 : handle<>(reference_arg_to_python<T>::get_object(x)) in reference_arg_to_python()
46 select_arg_to_python<reference_wrapper<int> >::type, reference_arg_to_python<int> in main()