Nektar++
Static Public Member Functions | List of all members
boost::python::detail::object_manager_get_pytype< is_const_ref > Struct Template Reference

#include <ShPtrFixes.hpp>

Static Public Member Functions

template<class U >
static PyTypeObject const * get (U &(*)()=0)
 

Detailed Description

template<bool is_const_ref>
struct boost::python::detail::object_manager_get_pytype< is_const_ref >

Definition at line 297 of file ShPtrFixes.hpp.

Member Function Documentation

◆ get()

template<bool is_const_ref>
template<class U >
static PyTypeObject const * boost::python::detail::object_manager_get_pytype< is_const_ref >::get ( U &  *)( = 0)
inlinestatic

Definition at line 299 of file ShPtrFixes.hpp.

300 {
301 return converter::object_manager_traits<U>::get_pytype();
302 }

Referenced by boost::python::detail::object_manager_to_python_value< T >::get_pytype_aux().