Searched defs:object_manager_to_python_value (Results 1 – 1 of 1) sorted by relevance
58 struct object_manager_to_python_value struct60 typedef typename value_arg<T>::type argument_type;64 typedef boost::mpl::bool_<is_handle<T>::value> is_t_handle;65 typedef boost::detail::indirect_traits::is_reference_to_const<T> is_t_const;66 PyTypeObject const* get_pytype() const { in get_pytype()70 …ject const* get_pytype_aux(mpl::true_*) {return converter::object_manager_traits<T>::get_pytype();} in get_pytype_aux()72 inline static PyTypeObject const* get_pytype_aux(mpl::false_* ) in get_pytype_aux()