1// Copyright David Abrahams 2002.
2// Distributed under the Boost Software License, Version 1.0. (See
3// accompanying file LICENSE_1_0.txt or copy at
4// http://www.boost.org/LICENSE_1_0.txt)
5
6// See http://www.boost.org/libs/python for documentation.
7
8#ifndef PYTHON_DWA2002810_HPP
9# define PYTHON_DWA2002810_HPP
10
11# include <boost/python/args.hpp>
12# include <boost/python/args_fwd.hpp>
13# include <boost/python/back_reference.hpp>
14# include <boost/python/bases.hpp>
15# include <boost/python/borrowed.hpp>
16# include <boost/python/call.hpp>
17# include <boost/python/call_method.hpp>
18# include <boost/python/class.hpp>
19# include <boost/python/copy_const_reference.hpp>
20# include <boost/python/copy_non_const_reference.hpp>
21# include <boost/python/data_members.hpp>
22# include <boost/python/def.hpp>
23# include <boost/python/default_call_policies.hpp>
24# include <boost/python/dict.hpp>
25# include <boost/python/docstring_options.hpp>
26# include <boost/python/enum.hpp>
27# include <boost/python/errors.hpp>
28# include <boost/python/exception_translator.hpp>
29# include <boost/python/exec.hpp>
30# include <boost/python/extract.hpp>
31# include <boost/python/handle.hpp>
32# include <boost/python/has_back_reference.hpp>
33# include <boost/python/implicit.hpp>
34# include <boost/python/init.hpp>
35# include <boost/python/import.hpp>
36# include <boost/python/instance_holder.hpp>
37# include <boost/python/iterator.hpp>
38# include <boost/python/list.hpp>
39# include <boost/python/long.hpp>
40# include <boost/python/lvalue_from_pytype.hpp>
41# include <boost/python/make_constructor.hpp>
42# include <boost/python/make_function.hpp>
43# include <boost/python/manage_new_object.hpp>
44# include <boost/python/module.hpp>
45# include <boost/python/numeric.hpp>
46# include <boost/python/object.hpp>
47# include <boost/python/object_protocol.hpp>
48# include <boost/python/object_protocol_core.hpp>
49# include <boost/python/opaque_pointer_converter.hpp>
50# include <boost/python/operators.hpp>
51# include <boost/python/other.hpp>
52# include <boost/python/overloads.hpp>
53# include <boost/python/pointee.hpp>
54# include <boost/python/pure_virtual.hpp>
55# include <boost/python/ptr.hpp>
56# include <boost/python/raw_function.hpp>
57# include <boost/python/reference_existing_object.hpp>
58# include <boost/python/register_ptr_to_python.hpp>
59# include <boost/python/return_arg.hpp>
60# include <boost/python/return_internal_reference.hpp>
61# include <boost/python/return_opaque_pointer.hpp>
62# include <boost/python/return_value_policy.hpp>
63# include <boost/python/scope.hpp>
64# include <boost/python/self.hpp>
65# include <boost/python/slice.hpp>
66# include <boost/python/slice_nil.hpp>
67# include <boost/python/stl_iterator.hpp>
68# include <boost/python/str.hpp>
69# include <boost/python/to_python_converter.hpp>
70# include <boost/python/to_python_indirect.hpp>
71# include <boost/python/to_python_value.hpp>
72# include <boost/python/tuple.hpp>
73# include <boost/python/type_id.hpp>
74# include <boost/python/with_custodian_and_ward.hpp>
75
76#endif // PYTHON_DWA2002810_HPP
77

source code of boost/boost/python.hpp