Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::python::detail::object_manager_to_python_value< T > Struct Template Reference

#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_ *)
 

Member Typedef Documentation

template<class T >
typedef value_arg<T>::type boost::python::detail::object_manager_to_python_value< T >::argument_type
template<class T >
typedef boost::detail::indirect_traits::is_reference_to_const<T> boost::python::detail::object_manager_to_python_value< T >::is_t_const
template<class T >
typedef boost::mpl::bool_<is_handle<T>::value> boost::python::detail::object_manager_to_python_value< T >::is_t_handle

Member Function Documentation

template<class T >
boost::python::detail::object_manager_to_python_value< T >::BOOST_STATIC_CONSTANT ( bool  ,
uses_registry  = false 
)
template<class T >
PyTypeObject const* boost::python::detail::object_manager_to_python_value< T >::get_pytype ( ) const
inline
template<class T >
static PyTypeObject const* boost::python::detail::object_manager_to_python_value< T >::get_pytype_aux ( mpl::true_ )
inlinestatic
template<class T >
static PyTypeObject const* boost::python::detail::object_manager_to_python_value< T >::get_pytype_aux ( mpl::false_ )
inlinestatic

The documentation for this struct was generated from the following file: