| Nektar++
    | 
#include <ShPtrFixes.hpp>
| Public Types | |
| typedef value_arg< T >::type | argument_type | 
| typedef boost::mpl::bool_< is_handle< T >::value > | is_t_handle | 
| typedef boost::detail::indirect_traits::is_reference_to_const< T > | is_t_const | 
| Public Member Functions | |
| PyObject * | operator() (argument_type) const | 
| PyTypeObject const * | get_pytype () const | 
| BOOST_STATIC_CONSTANT (bool, uses_registry=false) | |
| Static Public Member Functions | |
| static PyTypeObject const * | get_pytype_aux (mpl::true_ *) | 
| static PyTypeObject const * | get_pytype_aux (mpl::false_ *) | 
Definition at line 270 of file ShPtrFixes.hpp.
| typedef value_arg<T>::type boost::python::detail::object_manager_to_python_value< T >::argument_type | 
Definition at line 272 of file ShPtrFixes.hpp.
| typedef boost::detail::indirect_traits::is_reference_to_const<T> boost::python::detail::object_manager_to_python_value< T >::is_t_const | 
Definition at line 277 of file ShPtrFixes.hpp.
| typedef boost::mpl::bool_<is_handle<T>::value> boost::python::detail::object_manager_to_python_value< T >::is_t_handle | 
Definition at line 276 of file ShPtrFixes.hpp.
| boost::python::detail::object_manager_to_python_value< T >::BOOST_STATIC_CONSTANT | ( | bool | , | 
| uses_registry | = false | ||
| ) | 
| 
 | inline | 
Definition at line 278 of file ShPtrFixes.hpp.
References boost::python::detail::object_manager_to_python_value< T >::get_pytype_aux().
| 
 | inlinestatic | 
Definition at line 284 of file ShPtrFixes.hpp.
References boost::python::detail::object_manager_get_pytype< is_const_ref >::get().
| 
 | inlinestatic | 
Definition at line 282 of file ShPtrFixes.hpp.
Referenced by boost::python::detail::object_manager_to_python_value< T >::get_pytype().
| 
 | inline | 
Definition at line 372 of file ShPtrFixes.hpp.