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