summaryrefslogtreecommitdiff
path: root/libs/python/doc/html/index.html
blob: 599caf02f00ef2bedda91abc8703f5af3e469baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Boost.Python</title>
<link rel="stylesheet" href="boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Boost.Python">
<link rel="next" href="building.html" title="Chapter&#160;1.&#160;Building and Testing">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="" width="" height="" src="images/boost.png"></td></tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="building.html"><img src="images/next.png" alt="Next"></a></div>
<div class="book">
<div class="titlepage">
<div>
<div><h1 class="title">
<a name="python"></a>Boost.Python</h1></div>
<div><div class="authorgroup">
<div class="author"><h3 class="author">
<span class="firstname">David</span> <span class="surname">Abrahams</span>
</h3></div>
<div class="author"><h3 class="author">
<span class="firstname">Stefan</span> <span class="surname">Seefeld</span>
</h3></div>
</div></div>
<div><p class="copyright">Copyright &#169; 2002-2015 David
      Abrahams, Stefan Seefeld</p></div>
<div><div class="legalnotice">
<a name="python.legal"></a><p>
        Distributed under the Boost Software License, Version 1.0. (See accompanying
        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
      </p>
</div></div>
</div>
<hr>
</div>
<h3>
<a name="python.h0"></a>
    <span><a name="python.synopsis"></a></span><a class="link" href="index.html#python.synopsis">Synopsis</a>
  </h3>
<p>
    Welcome to Boost.Python, a C++ library which enables seamless interoperability
    between C++ and the Python programming language. The library includes support
    for:
  </p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
        References and Pointers
      </li>
<li class="listitem">
        Globally Registered Type Coercions
      </li>
<li class="listitem">
        Automatic Cross-Module Type Conversions
      </li>
<li class="listitem">
        Efficient Function Overloading
      </li>
<li class="listitem">
        C++ to Python Exception Translation
      </li>
<li class="listitem">
        Default Arguments
      </li>
<li class="listitem">
        Keyword Arguments
      </li>
<li class="listitem">
        Manipulating Python objects in C++
      </li>
<li class="listitem">
        Exporting C++ Iterators as Python Iterators
      </li>
<li class="listitem">
        Documentation Strings
      </li>
</ul></div>
<p>
    The development of these features was funded in part by grants to <code class="computeroutput"><span class="identifier">Boost</span> <span class="identifier">Consulting</span></code>
    from the <a href="http://www.llnl.gov" target="_top">Lawrence Livermore National Laboratories</a>
    and by the <a href="http://cci.lbl.gov" target="_top">Computational Crystallography Initiative</a>
    at Lawrence Berkeley National Laboratories.
  </p>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="python.contents"></a><a class="link" href="index.html#python.contents" title="Contents">Contents</a>
</h2></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
          <a href="tutorial/index.html" target="_top">Tutorial</a>
        </li>
<li class="listitem">
          <a class="link" href="building.html" title="Chapter&#160;1.&#160;Building and Testing">Building and Testing</a>
        </li>
<li class="listitem">
          <a href="reference/index.html" target="_top">Reference Manual</a>
        </li>
<li class="listitem">
          <a class="link" href="configuration.html" title="Chapter&#160;2.&#160;Configuration">Configuration Information</a>
        </li>
<li class="listitem">
          <a class="link" href="glossary.html" title="Chapter&#160;5.&#160;Glossary">Glossary</a>
        </li>
<li class="listitem">
          <a class="link" href="support.html" title="Chapter&#160;3.&#160;Support Resources">Support Resources</a>
        </li>
<li class="listitem">
          <a class="link" href="faq.html" title="Chapter&#160;4.&#160;Frequently Asked Questions (FAQs)">Frequently Asked Questions (FAQs)</a>
        </li>
</ul></div>
</div>
<h3>
<a name="python.h1"></a>
    <span><a name="python.articles"></a></span><a class="link" href="index.html#python.articles">Articles</a>
  </h3>
<p>
    <a href="article.html" target="_top">Building Hybrid Systems With Boost Python</a>,
    by Dave Abrahams and Ralf W. Grosse-Kunstleve
  </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: May 05, 2016 at 21:25:19 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="building.html"><img src="images/next.png" alt="Next"></a></div>
</body>
</html>