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 175 of file ShPtrFixes.hpp.

Constructor & Destructor Documentation

◆ shared_ptr_from_python()

Definition at line 177 of file ShPtrFixes.hpp.

178  {
179  shared_ptr_from_python_new<T, boost::shared_ptr>();
180  shared_ptr_from_python_new<T, std::shared_ptr>();
181  }