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::pytype_object_manager_traits< pytype, T > Struct Template Reference

#include <pytype_object_mgr_traits.hpp>

Inheritance diagram for boost::python::converter::pytype_object_manager_traits< pytype, T >:
Collaboration diagram for boost::python::converter::pytype_object_manager_traits< pytype, T >:

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, is_specialized=true)
 

Static Public Member Functions

static
python::detail::new_reference 
adopt (PyObject *)
 
static bool check (PyObject *x)
 
static Tchecked_downcast (PyObject *x)
 
static PyTypeObject const * get_pytype ()
 

Member Function Documentation

template<PyTypeObject * pytype, class T >
python::detail::new_reference boost::python::converter::pytype_object_manager_traits< pytype, T >::adopt ( PyObject *  x)
inlinestatic
template<PyTypeObject * pytype, class T>
boost::python::converter::pytype_object_manager_traits< pytype, T >::BOOST_STATIC_CONSTANT ( bool  ,
is_specialized  = true 
)
static bool boost::python::converter::pyobject_type< T , pytype >::check ( PyObject *  x)
inlinestaticinherited
static T * boost::python::converter::pyobject_type< T , pytype >::checked_downcast ( PyObject *  x)
inlinestaticinherited
static PyTypeObject const* boost::python::converter::pyobject_type< T , pytype >::get_pytype ( )
inlinestaticinherited

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