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::pyobject_type< Object, pytype > Struct Template Reference

#include <pyobject_type.hpp>

Inheritance diagram for boost::python::converter::pyobject_type< Object, pytype >:

Static Public Member Functions

static bool check (PyObject *x)
 
static Object * checked_downcast (PyObject *x)
 
static PyTypeObject const * get_pytype ()
 

Member Function Documentation

template<class Object, PyTypeObject * pytype>
static bool boost::python::converter::pyobject_type< Object, pytype >::check ( PyObject *  x)
inlinestatic
template<class Object, PyTypeObject * pytype>
static Object* boost::python::converter::pyobject_type< Object, pytype >::checked_downcast ( PyObject *  x)
inlinestatic
template<class Object, PyTypeObject * pytype>
static PyTypeObject const* boost::python::converter::pyobject_type< Object, pytype >::get_pytype ( )
inlinestatic

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