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

#include <extract.hpp>

Public Types

typedef T result_type
 

Public Member Functions

 extract_object_manager (PyObject *)
 
bool check () const
 
result_type operator() () const
 

Member Typedef Documentation

Constructor & Destructor Documentation

template<class T >
boost::python::converter::extract_object_manager< T >::extract_object_manager ( PyObject *  obj)
inline

Member Function Documentation

template<class T >
bool boost::python::converter::extract_object_manager< T >::check ( ) const
inline
template<class T >
T boost::python::converter::extract_object_manager< T >::operator() ( ) const
inline

References boost::python::incref(), and T.


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