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::arg_rvalue_from_python< T > Struct Template Reference

#include <arg_from_python.hpp>

Public Types

typedef boost::add_reference
< T >::type 
result_type
 

Public Member Functions

 arg_rvalue_from_python (PyObject *)
 
bool convertible () const
 
arg_rvalue_from_python< T >
::result_type 
operator() ()
 

Member Typedef Documentation

template<class T>
typedef boost::add_reference< T >::type boost::python::converter::arg_rvalue_from_python< T >::result_type

Constructor & Destructor Documentation

template<class T >
boost::python::converter::arg_rvalue_from_python< T >::arg_rvalue_from_python ( PyObject *  obj)
inline

Member Function Documentation

template<class T >
bool boost::python::converter::arg_rvalue_from_python< T >::convertible ( ) const
inline

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