python.hpp 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. // See http://www.boost.org/libs/python for documentation.
  6. #ifndef PYTHON_DWA2002810_HPP
  7. # define PYTHON_DWA2002810_HPP
  8. # include <boost/python/args.hpp>
  9. # include <boost/python/args_fwd.hpp>
  10. # include <boost/python/back_reference.hpp>
  11. # include <boost/python/bases.hpp>
  12. # include <boost/python/borrowed.hpp>
  13. # include <boost/python/call.hpp>
  14. # include <boost/python/call_method.hpp>
  15. # include <boost/python/class.hpp>
  16. # include <boost/python/copy_const_reference.hpp>
  17. # include <boost/python/copy_non_const_reference.hpp>
  18. # include <boost/python/data_members.hpp>
  19. # include <boost/python/def.hpp>
  20. # include <boost/python/default_call_policies.hpp>
  21. # include <boost/python/dict.hpp>
  22. # include <boost/python/docstring_options.hpp>
  23. # include <boost/python/enum.hpp>
  24. # include <boost/python/errors.hpp>
  25. # include <boost/python/exception_translator.hpp>
  26. # include <boost/python/exec.hpp>
  27. # include <boost/python/extract.hpp>
  28. # include <boost/python/handle.hpp>
  29. # include <boost/python/has_back_reference.hpp>
  30. # include <boost/python/implicit.hpp>
  31. # include <boost/python/init.hpp>
  32. # include <boost/python/import.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/object.hpp>
  43. # include <boost/python/object_protocol.hpp>
  44. # include <boost/python/object_protocol_core.hpp>
  45. # include <boost/python/opaque_pointer_converter.hpp>
  46. # include <boost/python/operators.hpp>
  47. # include <boost/python/other.hpp>
  48. # include <boost/python/overloads.hpp>
  49. # include <boost/python/pointee.hpp>
  50. # include <boost/python/pure_virtual.hpp>
  51. # include <boost/python/ptr.hpp>
  52. # include <boost/python/raw_function.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.hpp>
  62. # include <boost/python/slice_nil.hpp>
  63. # include <boost/python/stl_iterator.hpp>
  64. # include <boost/python/str.hpp>
  65. # include <boost/python/to_python_converter.hpp>
  66. # include <boost/python/to_python_indirect.hpp>
  67. # include <boost/python/to_python_value.hpp>
  68. # include <boost/python/tuple.hpp>
  69. # include <boost/python/type_id.hpp>
  70. # include <boost/python/with_custodian_and_ward.hpp>
  71. #endif // PYTHON_DWA2002810_HPP