[857] | 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/enum.hpp>
|
---|
| 26 | # include <boost/python/errors.hpp>
|
---|
| 27 | # include <boost/python/exception_translator.hpp>
|
---|
| 28 | # include <boost/python/extract.hpp>
|
---|
| 29 | # include <boost/python/handle.hpp>
|
---|
| 30 | # include <boost/python/has_back_reference.hpp>
|
---|
| 31 | # include <boost/python/implicit.hpp>
|
---|
| 32 | # include <boost/python/init.hpp>
|
---|
| 33 | # include <boost/python/instance_holder.hpp>
|
---|
| 34 | # include <boost/python/iterator.hpp>
|
---|
| 35 | # include <boost/python/list.hpp>
|
---|
| 36 | # include <boost/python/long.hpp>
|
---|
| 37 | # include <boost/python/lvalue_from_pytype.hpp>
|
---|
| 38 | # include <boost/python/make_constructor.hpp>
|
---|
| 39 | # include <boost/python/make_function.hpp>
|
---|
| 40 | # include <boost/python/manage_new_object.hpp>
|
---|
| 41 | # include <boost/python/module.hpp>
|
---|
| 42 | # include <boost/python/numeric.hpp>
|
---|
| 43 | # include <boost/python/object.hpp>
|
---|
| 44 | # include <boost/python/object_protocol.hpp>
|
---|
| 45 | # include <boost/python/object_protocol_core.hpp>
|
---|
| 46 | # include <boost/python/opaque_pointer_converter.hpp>
|
---|
| 47 | # include <boost/python/operators.hpp>
|
---|
| 48 | # include <boost/python/other.hpp>
|
---|
| 49 | # include <boost/python/overloads.hpp>
|
---|
| 50 | # include <boost/python/pointee.hpp>
|
---|
| 51 | # include <boost/python/pure_virtual.hpp>
|
---|
| 52 | # include <boost/python/ptr.hpp>
|
---|
| 53 | # include <boost/python/reference_existing_object.hpp>
|
---|
| 54 | # include <boost/python/register_ptr_to_python.hpp>
|
---|
| 55 | # include <boost/python/return_arg.hpp>
|
---|
| 56 | # include <boost/python/return_internal_reference.hpp>
|
---|
| 57 | # include <boost/python/return_opaque_pointer.hpp>
|
---|
| 58 | # include <boost/python/return_value_policy.hpp>
|
---|
| 59 | # include <boost/python/scope.hpp>
|
---|
| 60 | # include <boost/python/self.hpp>
|
---|
| 61 | # include <boost/python/slice_nil.hpp>
|
---|
| 62 | # include <boost/python/str.hpp>
|
---|
| 63 | # include <boost/python/to_python_converter.hpp>
|
---|
| 64 | # include <boost/python/to_python_indirect.hpp>
|
---|
| 65 | # include <boost/python/to_python_value.hpp>
|
---|
| 66 | # include <boost/python/tuple.hpp>
|
---|
| 67 | # include <boost/python/type_id.hpp>
|
---|
| 68 | # include <boost/python/with_custodian_and_ward.hpp>
|
---|
| 69 |
|
---|
| 70 | #endif // PYTHON_DWA2002810_HPP
|
---|