Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::python::converter::rvalue_from_python_data< T > Struct Template Reference

#include <rvalue_from_python_data.hpp>

Inheritance diagram for boost::python::converter::rvalue_from_python_data< T >:
Collaboration diagram for boost::python::converter::rvalue_from_python_data< T >:

Public Member Functions

 BOOST_STATIC_ASSERT (BOOST_PYTHON_OFFSETOF(rvalue_from_python_storage< T >, stage1)==0)
 
 rvalue_from_python_data (rvalue_from_python_stage1_data const &)
 
 rvalue_from_python_data (void *convertible)
 
 ~rvalue_from_python_data ()
 

Public Attributes

rvalue_from_python_stage1_data stage1
 
python::detail::referent_storage
< typename add_reference< T >
::type >::type 
storage
 

Constructor & Destructor Documentation

template<class T >
boost::python::converter::rvalue_from_python_data< T >::rvalue_from_python_data ( void *  convertible)
inline

Member Function Documentation

template<class T>
boost::python::converter::rvalue_from_python_data< T >::BOOST_STATIC_ASSERT ( BOOST_PYTHON_OFFSETOF(rvalue_from_python_storage< T >, stage1 = =0)

Member Data Documentation

template<class T>
python::detail::referent_storage< typename add_reference<T>::type >::type boost::python::converter::rvalue_from_python_storage< T >::storage
inherited

The documentation for this struct was generated from the following file: