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::registry_to_python_value< T > Struct Template Reference

#include <to_python_value.hpp>

Public Types

typedef value_arg< T >::type argument_type
 

Public Member Functions

PyObject * operator() (argument_type) const
 
PyTypeObject const * get_pytype () const
 
 BOOST_STATIC_CONSTANT (bool, uses_registry=true)
 

Member Typedef Documentation

template<class T >
typedef value_arg<T>::type boost::python::detail::registry_to_python_value< T >::argument_type

Member Function Documentation

template<class T >
boost::python::detail::registry_to_python_value< T >::BOOST_STATIC_CONSTANT ( bool  ,
uses_registry  = true 
)
template<class T >
PyTypeObject const* boost::python::detail::registry_to_python_value< T >::get_pytype ( ) const
inline
template<class T >
PyObject * boost::python::detail::registry_to_python_value< T >::operator() ( argument_type  x) const
inline

References boost::detail::void.


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