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

#include <to_python_converter.hpp>

Inheritance diagram for boost::python::to_python_converter< T, Conversion, has_get_pytype >:

Public Types

typedef boost::mpl::bool_
< has_get_pytype > 
HasGetPytype
 

Public Member Functions

 to_python_converter ()
 

Static Public Member Functions

static PyTypeObject const * get_pytype_1 (boost::mpl::true_ *)
 
static PyTypeObject const * get_pytype_1 (boost::mpl::false_ *)
 
static PyTypeObject const * get_pytype_impl ()
 

Member Typedef Documentation

template<class T, class Conversion, bool has_get_pytype = false>
typedef boost::mpl::bool_<has_get_pytype> boost::python::to_python_converter< T, Conversion, has_get_pytype >::HasGetPytype

Constructor & Destructor Documentation

template<class T , class Conversion , bool has_get_pytype>
boost::python::to_python_converter< T, Conversion, has_get_pytype >::to_python_converter ( )

Member Function Documentation

template<class T, class Conversion, bool has_get_pytype = false>
static PyTypeObject const* boost::python::to_python_converter< T, Conversion, has_get_pytype >::get_pytype_1 ( boost::mpl::true_ )
inlinestatic
template<class T, class Conversion, bool has_get_pytype = false>
static PyTypeObject const* boost::python::to_python_converter< T, Conversion, has_get_pytype >::get_pytype_1 ( boost::mpl::false_ )
inlinestatic
template<class T, class Conversion, bool has_get_pytype = false>
static PyTypeObject const* boost::python::to_python_converter< T, Conversion, has_get_pytype >::get_pytype_impl ( )
inlinestatic

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