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

Classes

struct  boost::python::detail::normalized_extractor< Extractor, U >
 
struct  boost::python::extract_member< InstanceType, MemberType, member >
 
struct  boost::python::extract_identity< InstanceType >
 
struct  boost::python::lvalue_from_pytype< Extractor, python_type >
 

Namespaces

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

Functions

template<class T , class U >
type_info boost::python::detail::extractor_type_id (T &(*)(U))
 
template<class Extractor , class T , class U >
normalized_extractor
< Extractor, U > 
boost::python::detail::normalize (T(*)(U), Extractor *=0)