|
Nektar++
|
#include <ShPtrFixes.hpp>
Public Types | |
| typedef value_arg< T >::type | argument_type |
Public Member Functions | |
| PyObject * | operator() (argument_type) const |
| PyTypeObject const * | get_pytype () const |
| BOOST_STATIC_CONSTANT (bool, uses_registry=false) | |
Private Member Functions | |
| template<class U > | |
| PyTypeObject const * | get_pytype (boost::type< shared_ptr< U > & > *) const |
| template<class U > | |
| PyTypeObject const * | get_pytype (boost::type< const shared_ptr< U > & > *) const |
Definition at line 364 of file ShPtrFixes.hpp.
| typedef value_arg<T>::type boost::python::detail::shared_ptr_to_python_value< T >::argument_type |
Definition at line 366 of file ShPtrFixes.hpp.
| boost::python::detail::shared_ptr_to_python_value< T >::BOOST_STATIC_CONSTANT | ( | bool | , |
| uses_registry | = false |
||
| ) |
|
inline |
Definition at line 370 of file ShPtrFixes.hpp.
|
inlineprivate |
Definition at line 388 of file ShPtrFixes.hpp.
|
inlineprivate |
Definition at line 383 of file ShPtrFixes.hpp.
|
inline |
Definition at line 441 of file ShPtrFixes.hpp.
References boost::python::converter::shared_ptr_to_python().