#include <to_python_value.hpp>
Public Types | |
typedef value_arg< T >::type | argument_type |
typedef boost::mpl::bool_ < is_handle< T >::value > | is_t_handle |
typedef boost::detail::indirect_traits::is_reference_to_const < T > | is_t_const |
Public Member Functions | |
PyObject * | operator() (argument_type) const |
PyTypeObject const * | get_pytype () const |
BOOST_STATIC_CONSTANT (bool, uses_registry=false) | |
Static Public Member Functions | |
static PyTypeObject const * | get_pytype_aux (mpl::true_ *) |
static PyTypeObject const * | get_pytype_aux (mpl::false_ *) |
typedef value_arg<T>::type boost::python::detail::object_manager_to_python_value< T >::argument_type |
typedef boost::detail::indirect_traits::is_reference_to_const<T> boost::python::detail::object_manager_to_python_value< T >::is_t_const |
typedef boost::mpl::bool_<is_handle<T>::value> boost::python::detail::object_manager_to_python_value< T >::is_t_handle |
boost::python::detail::object_manager_to_python_value< T >::BOOST_STATIC_CONSTANT | ( | bool | , |
uses_registry | = false |
||
) |
|
inline |
|
inlinestatic |
|
inlinestatic |
References boost::python::detail::object_manager_get_pytype< is_const_ref >::get(), and T.
|
inline |
References boost::python::get_managed_object(), boost::python::tag, and boost::python::xincref().