1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
2 | |
---|
3 | <!-- Copyright David Abrahams 2006. Distributed under the Boost --> |
---|
4 | <!-- Software License, Version 1.0. (See accompanying --> |
---|
5 | <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) --> |
---|
6 | <html> |
---|
7 | <head> |
---|
8 | <meta name="generator" content= |
---|
9 | "HTML Tidy for Windows (vers 1st August 2002), see www.w3.org"> |
---|
10 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
---|
11 | <link rel="stylesheet" type="text/css" href="../boost.css"> |
---|
12 | |
---|
13 | <title>Boost.Python - <boost/python.hpp></title> |
---|
14 | </head> |
---|
15 | |
---|
16 | <body> |
---|
17 | <table border="0" cellpadding="7" cellspacing="0" width="100%" summary= |
---|
18 | "header"> |
---|
19 | <tr> |
---|
20 | <td valign="top" width="300"> |
---|
21 | <h3><a href="../../../../index.htm"><img height="86" width="277" |
---|
22 | alt="C++ Boost" src="../../../../boost.png" border="0"></a></h3> |
---|
23 | </td> |
---|
24 | |
---|
25 | <td valign="top"> |
---|
26 | <h1 align="center"><a href="../index.html">Boost.Python</a></h1> |
---|
27 | |
---|
28 | <h2 align="center">Header <boost/python.hpp></h2> |
---|
29 | </td> |
---|
30 | </tr> |
---|
31 | </table> |
---|
32 | <hr> |
---|
33 | |
---|
34 | <h2>Contents</h2> |
---|
35 | |
---|
36 | <dl class="page-index"> |
---|
37 | <dt><a href="#introduction">Introduction</a></dt> |
---|
38 | </dl> |
---|
39 | <hr> |
---|
40 | |
---|
41 | <h2><a name="introduction"></a>Introduction</h2> |
---|
42 | |
---|
43 | <p>This is a convenience header which #includes all of the public |
---|
44 | interface headers that are part of the Boost.Python library</p> |
---|
45 | <pre> |
---|
46 | # include <args.hpp> |
---|
47 | # include <args_fwd.hpp> |
---|
48 | # include <back_reference.hpp> |
---|
49 | # include <bases.hpp> |
---|
50 | # include <borrowed.hpp> |
---|
51 | # include <call.hpp> |
---|
52 | # include <call_method.hpp> |
---|
53 | # include <class.hpp> |
---|
54 | # include <copy_const_reference.hpp> |
---|
55 | # include <copy_non_const_reference.hpp> |
---|
56 | # include <data_members.hpp> |
---|
57 | # include <def.hpp> |
---|
58 | # include <default_call_policies.hpp> |
---|
59 | # include <dict.hpp> |
---|
60 | # include <enum.hpp> |
---|
61 | # include <errors.hpp> |
---|
62 | # include <exception_translator.hpp> |
---|
63 | # include <extract.hpp> |
---|
64 | # include <handle.hpp> |
---|
65 | # include <has_back_reference.hpp> |
---|
66 | # include <implicit.hpp> |
---|
67 | # include <init.hpp> |
---|
68 | # include <instance_holder.hpp> |
---|
69 | # include <iterator.hpp> |
---|
70 | # include <list.hpp> |
---|
71 | # include <long.hpp> |
---|
72 | # include <lvalue_from_pytype.hpp> |
---|
73 | # include <make_function.hpp> |
---|
74 | # include <manage_new_object.hpp> |
---|
75 | # include <module.hpp> |
---|
76 | # include <numeric.hpp> |
---|
77 | # include <object.hpp> |
---|
78 | # include <object_protocol.hpp> |
---|
79 | # include <object_protocol_core.hpp> |
---|
80 | # include <operators.hpp> |
---|
81 | # include <other.hpp> |
---|
82 | # include <overloads.hpp> |
---|
83 | # include <pointee.hpp> |
---|
84 | # include <ptr.hpp> |
---|
85 | # include <reference_existing_object.hpp> |
---|
86 | # include <return_internal_reference.hpp> |
---|
87 | # include <return_value_policy.hpp> |
---|
88 | # include <scope.hpp> |
---|
89 | # include <self.hpp> |
---|
90 | # include <slice_nil.hpp> |
---|
91 | # include <str.hpp> |
---|
92 | # include <to_python_converter.hpp> |
---|
93 | # include <to_python_indirect.hpp> |
---|
94 | # include <to_python_value.hpp> |
---|
95 | # include <tuple.hpp> |
---|
96 | # include <type_id.hpp> |
---|
97 | # include <with_custodian_and_ward.hpp> |
---|
98 | </pre> |
---|
99 | |
---|
100 | <p>Revised |
---|
101 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> |
---|
102 | 13 November, 2002 |
---|
103 | <!--webbot bot="Timestamp" endspan i-checksum="39359" --> |
---|
104 | </p> |
---|
105 | |
---|
106 | <p><i>© Copyright <a href= |
---|
107 | "../../../../people/dave_abrahams.htm">Dave Abrahams</a> 2002.</i></p> |
---|
108 | </body> |
---|
109 | </html> |
---|
110 | |
---|