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

Classes

struct  boost::python::converter::wrap_pytype< python_type >
 
struct  boost::python::converter::detail::unwind_type_id_helper
 
struct  boost::python::converter::expected_pytype_for_arg< T >
 
struct  boost::python::converter::registered_pytype< T >
 
struct  boost::python::converter::registered_pytype_direct< T >
 
struct  boost::python::converter::expected_from_python_type< T >
 
struct  boost::python::converter::expected_from_python_type_direct< T >
 
struct  boost::python::converter::to_python_target_type< T >
 
struct  boost::python::converter::to_python_target_type_direct< T >
 

Namespaces

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

Typedefs

typedef PyTypeObject const *(* boost::python::converter::pytype_function )()
 

Functions

template<class T >
python::type_info boost::python::converter::detail::unwind_type_id_ (boost::type< T > *=0, mpl::false_ *=0)
 
python::type_info boost::python::converter::detail::unwind_type_id_ (boost::type< void > *=0, mpl::true_ *=0)
 
template<class T >
python::type_info boost::python::converter::detail::unwind_type_id (boost::type< T > *p=0)