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

#include <as_to_python_function.hpp>

Static Public Member Functions

template<class U >
static void convert_function_must_take_value_or_const_reference (U(*)(T), int, T *=0)
 
template<class U >
static void convert_function_must_take_value_or_const_reference (U(*)(T const &), long...)
 
static PyObject * convert (void const *x)
 
static PyTypeObject const * get_pytype ()
 

Member Function Documentation

template<class T , class ToPython >
template<class U >
static void boost::python::converter::as_to_python_function< T, ToPython >::convert_function_must_take_value_or_const_reference ( U(*)(T ,
int  ,
T = 0 
)
inlinestatic
template<class T , class ToPython >
template<class U >
static void boost::python::converter::as_to_python_function< T, ToPython >::convert_function_must_take_value_or_const_reference ( U(*)(T const &)  ,
long...   
)
inlinestatic
template<class T , class ToPython >
static PyTypeObject const* boost::python::converter::as_to_python_function< T, ToPython >::get_pytype ( )
inlinestatic

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