#include <boost/python/type_id.hpp>
#include <boost/python/converter/to_python_function_type.hpp>
#include <boost/python/converter/rvalue_from_python_data.hpp>
#include <boost/python/converter/constructor_function.hpp>
#include <boost/python/converter/convertible_function.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::python | |
boost::python::converter | |
boost::python::converter::registry | |
Functions | |
BOOST_PYTHON_DECL registration const & | boost::python::converter::registry::lookup (type_info) |
BOOST_PYTHON_DECL registration const & | boost::python::converter::registry::lookup_shared_ptr (type_info) |
BOOST_PYTHON_DECL registration const * | boost::python::converter::registry::query (type_info) |
BOOST_PYTHON_DECL void | boost::python::converter::registry::insert (to_python_function_t, type_info, PyTypeObject const *(*to_python_target_type)()=0) |
BOOST_PYTHON_DECL void | boost::python::converter::registry::insert (convertible_function, type_info, PyTypeObject const *(*expected_pytype)()=0) |
BOOST_PYTHON_DECL void | boost::python::converter::registry::insert (convertible_function, constructor_function, type_info, PyTypeObject const *(*expected_pytype)()=0) |
BOOST_PYTHON_DECL void | boost::python::converter::registry::push_back (convertible_function, constructor_function, type_info, PyTypeObject const *(*expected_pytype)()=0) |