os/ossrv/ossrv_pub/boost_apis/boost/python.hpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/python.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,73 @@
     1.4 +// Copyright David Abrahams 2002.
     1.5 +// Distributed under the Boost Software License, Version 1.0. (See
     1.6 +// accompanying file LICENSE_1_0.txt or copy at
     1.7 +// http://www.boost.org/LICENSE_1_0.txt)
     1.8 +
     1.9 +//  See http://www.boost.org/libs/python for documentation.
    1.10 +
    1.11 +#ifndef PYTHON_DWA2002810_HPP
    1.12 +# define PYTHON_DWA2002810_HPP
    1.13 +
    1.14 +# include <boost/python/args.hpp>
    1.15 +# include <boost/python/args_fwd.hpp>
    1.16 +# include <boost/python/back_reference.hpp>
    1.17 +# include <boost/python/bases.hpp>
    1.18 +# include <boost/python/borrowed.hpp>
    1.19 +# include <boost/python/call.hpp>
    1.20 +# include <boost/python/call_method.hpp>
    1.21 +# include <boost/python/class.hpp>
    1.22 +# include <boost/python/copy_const_reference.hpp>
    1.23 +# include <boost/python/copy_non_const_reference.hpp>
    1.24 +# include <boost/python/data_members.hpp>
    1.25 +# include <boost/python/def.hpp>
    1.26 +# include <boost/python/default_call_policies.hpp>
    1.27 +# include <boost/python/dict.hpp>
    1.28 +# include <boost/python/docstring_options.hpp>
    1.29 +# include <boost/python/enum.hpp>
    1.30 +# include <boost/python/errors.hpp>
    1.31 +# include <boost/python/exception_translator.hpp>
    1.32 +# include <boost/python/exec.hpp>
    1.33 +# include <boost/python/extract.hpp>
    1.34 +# include <boost/python/handle.hpp>
    1.35 +# include <boost/python/has_back_reference.hpp>
    1.36 +# include <boost/python/implicit.hpp>
    1.37 +# include <boost/python/init.hpp>
    1.38 +# include <boost/python/import.hpp>
    1.39 +# include <boost/python/instance_holder.hpp>
    1.40 +# include <boost/python/iterator.hpp>
    1.41 +# include <boost/python/list.hpp>
    1.42 +# include <boost/python/long.hpp>
    1.43 +# include <boost/python/lvalue_from_pytype.hpp>
    1.44 +# include <boost/python/make_constructor.hpp>
    1.45 +# include <boost/python/make_function.hpp>
    1.46 +# include <boost/python/manage_new_object.hpp>
    1.47 +# include <boost/python/module.hpp>
    1.48 +# include <boost/python/numeric.hpp>
    1.49 +# include <boost/python/object.hpp>
    1.50 +# include <boost/python/object_protocol.hpp>
    1.51 +# include <boost/python/object_protocol_core.hpp>
    1.52 +# include <boost/python/opaque_pointer_converter.hpp>
    1.53 +# include <boost/python/operators.hpp>
    1.54 +# include <boost/python/other.hpp>
    1.55 +# include <boost/python/overloads.hpp>
    1.56 +# include <boost/python/pointee.hpp>
    1.57 +# include <boost/python/pure_virtual.hpp>
    1.58 +# include <boost/python/ptr.hpp>
    1.59 +# include <boost/python/reference_existing_object.hpp>
    1.60 +# include <boost/python/register_ptr_to_python.hpp>
    1.61 +# include <boost/python/return_arg.hpp>
    1.62 +# include <boost/python/return_internal_reference.hpp>
    1.63 +# include <boost/python/return_opaque_pointer.hpp>
    1.64 +# include <boost/python/return_value_policy.hpp>
    1.65 +# include <boost/python/scope.hpp>
    1.66 +# include <boost/python/self.hpp>
    1.67 +# include <boost/python/slice_nil.hpp>
    1.68 +# include <boost/python/str.hpp>
    1.69 +# include <boost/python/to_python_converter.hpp>
    1.70 +# include <boost/python/to_python_indirect.hpp>
    1.71 +# include <boost/python/to_python_value.hpp>
    1.72 +# include <boost/python/tuple.hpp>
    1.73 +# include <boost/python/type_id.hpp>
    1.74 +# include <boost/python/with_custodian_and_ward.hpp>
    1.75 +
    1.76 +#endif // PYTHON_DWA2002810_HPP