Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/python/doc/v2/python.html @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.5 KB
Line 
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 - &lt;boost/python.hpp&gt;</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 &lt;boost/python.hpp&gt;</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 &lt;args.hpp&gt;
47# include &lt;args_fwd.hpp&gt;
48# include &lt;back_reference.hpp&gt;
49# include &lt;bases.hpp&gt;
50# include &lt;borrowed.hpp&gt;
51# include &lt;call.hpp&gt;
52# include &lt;call_method.hpp&gt;
53# include &lt;class.hpp&gt;
54# include &lt;copy_const_reference.hpp&gt;
55# include &lt;copy_non_const_reference.hpp&gt;
56# include &lt;data_members.hpp&gt;
57# include &lt;def.hpp&gt;
58# include &lt;default_call_policies.hpp&gt;
59# include &lt;dict.hpp&gt;
60# include &lt;enum.hpp&gt;
61# include &lt;errors.hpp&gt;
62# include &lt;exception_translator.hpp&gt;
63# include &lt;extract.hpp&gt;
64# include &lt;handle.hpp&gt;
65# include &lt;has_back_reference.hpp&gt;
66# include &lt;implicit.hpp&gt;
67# include &lt;init.hpp&gt;
68# include &lt;instance_holder.hpp&gt;
69# include &lt;iterator.hpp&gt;
70# include &lt;list.hpp&gt;
71# include &lt;long.hpp&gt;
72# include &lt;lvalue_from_pytype.hpp&gt;
73# include &lt;make_function.hpp&gt;
74# include &lt;manage_new_object.hpp&gt;
75# include &lt;module.hpp&gt;
76# include &lt;numeric.hpp&gt;
77# include &lt;object.hpp&gt;
78# include &lt;object_protocol.hpp&gt;
79# include &lt;object_protocol_core.hpp&gt;
80# include &lt;operators.hpp&gt;
81# include &lt;other.hpp&gt;
82# include &lt;overloads.hpp&gt;
83# include &lt;pointee.hpp&gt;
84# include &lt;ptr.hpp&gt;
85# include &lt;reference_existing_object.hpp&gt;
86# include &lt;return_internal_reference.hpp&gt;
87# include &lt;return_value_policy.hpp&gt;
88# include &lt;scope.hpp&gt;
89# include &lt;self.hpp&gt;
90# include &lt;slice_nil.hpp&gt;
91# include &lt;str.hpp&gt;
92# include &lt;to_python_converter.hpp&gt;
93# include &lt;to_python_indirect.hpp&gt;
94# include &lt;to_python_value.hpp&gt;
95# include &lt;tuple.hpp&gt;
96# include &lt;type_id.hpp&gt;
97# include &lt;with_custodian_and_ward.hpp&gt;
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>&copy; Copyright <a href=
107    "../../../../people/dave_abrahams.htm">Dave Abrahams</a> 2002.</i></p>
108  </body>
109</html>
110
Note: See TracBrowser for help on using the repository browser.