#include <boost/python/converter/shared_ptr_from_python.hpp>
#include <boost/python/object/inheritance.hpp>
#include <boost/python/object/class_wrapper.hpp>
#include <boost/python/object/make_instance.hpp>
#include <boost/python/object/value_holder.hpp>
#include <boost/python/object/pointer_holder.hpp>
#include <boost/python/object/make_ptr_instance.hpp>
#include <boost/python/detail/force_instantiate.hpp>
#include <boost/python/detail/not_specified.hpp>
#include <boost/python/has_back_reference.hpp>
#include <boost/python/bases.hpp>
#include <boost/type_traits/add_pointer.hpp>
#include <boost/type_traits/is_convertible.hpp>
#include <boost/type_traits/is_polymorphic.hpp>
#include <boost/mpl/if.hpp>
#include <boost/mpl/eval_if.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/mpl/or.hpp>
#include <boost/mpl/identity.hpp>
#include <boost/mpl/for_each.hpp>
#include <boost/mpl/placeholders.hpp>
#include <boost/mpl/single_view.hpp>
#include <boost/mpl/assert.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/noncopyable.hpp>
#include <boost/detail/workaround.hpp>
Classes | |
struct | boost::python::objects::register_base_of< Derived > |
struct | boost::python::objects::select_held_type< T, Prev > |
struct | boost::python::objects::class_metadata< T, X1, X2, X3 > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::python | |
boost::python::objects | |
Functions | |
BOOST_PYTHON_DECL void | boost::python::objects::copy_class_object (type_info const &src, type_info const &dst) |
template<class T , class Bases > | |
void | boost::python::objects::register_shared_ptr_from_python_and_casts (T *, Bases) |