Nektar++
Public Member Functions | List of all members
boost::python::converter::shared_ptr_from_python< T > Struct Template Reference

#include <ShPtrFixes.hpp>

Public Member Functions

 shared_ptr_from_python ()
 

Detailed Description

template<class T>
struct boost::python::converter::shared_ptr_from_python< T >

Definition at line 212 of file ShPtrFixes.hpp.

Constructor & Destructor Documentation

◆ shared_ptr_from_python()

template<class T >
boost::python::converter::shared_ptr_from_python< T >::shared_ptr_from_python ( )
inline

Definition at line 214 of file ShPtrFixes.hpp.

215 {
216 shared_ptr_from_python_new<T, boost::shared_ptr>();
217 shared_ptr_from_python_new<T, std::shared_ptr>();
218 }