Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
from_python.hpp File Reference
#include <boost/python/detail/prefix.hpp>
#include <boost/python/converter/rvalue_from_python_data.hpp>
Include dependency graph for from_python.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::python
 
 boost::python::converter
 

Functions

BOOST_PYTHON_DECL void * boost::python::converter::get_lvalue_from_python (PyObject *source, registration const &)
 
BOOST_PYTHON_DECL bool boost::python::converter::implicit_rvalue_convertible_from_python (PyObject *source, registration const &)
 
BOOST_PYTHON_DECL
rvalue_from_python_stage1_data 
boost::python::converter::rvalue_from_python_stage1 (PyObject *source, registration const &)
 
BOOST_PYTHON_DECL void * boost::python::converter::rvalue_from_python_stage2 (PyObject *source, rvalue_from_python_stage1_data &, registration const &)
 
BOOST_PYTHON_DECL void * boost::python::converter::rvalue_result_from_python (PyObject *, rvalue_from_python_stage1_data &)
 
BOOST_PYTHON_DECL void * boost::python::converter::reference_result_from_python (PyObject *, registration const &)
 
BOOST_PYTHON_DECL void * boost::python::converter::pointer_result_from_python (PyObject *, registration const &)
 
BOOST_PYTHON_DECL void boost::python::converter::void_result_from_python (PyObject *)
 
BOOST_PYTHON_DECL void boost::python::converter::throw_no_pointer_from_python (PyObject *, registration const &)
 
BOOST_PYTHON_DECL void boost::python::converter::throw_no_reference_from_python (PyObject *, registration const &)