mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
109 lines
3.4 KiB
HTML
109 lines
3.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content=
|
|
"HTML Tidy for Windows (vers 1st August 2002), see www.w3.org">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<link rel="stylesheet" type="text/css" href="boost.css">
|
|
|
|
<title>Boost.Python</title>
|
|
</head>
|
|
|
|
<body link="#0000ff" vlink="#800080">
|
|
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
|
|
"header">
|
|
<tr>
|
|
<td valign="top" width="300">
|
|
<h3><a href="../../../index.htm"><img height="86" width="277" alt=
|
|
"C++ Boost" src="../../../c++boost.gif" border="0"></a></h3>
|
|
</td>
|
|
|
|
<td valign="top">
|
|
<h1 align="center">Boost.Python</h1>
|
|
|
|
<h2 align="center">Index</h2>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<hr>
|
|
|
|
<h2>Synopsis</h2>
|
|
Welcome to version 2 of <b>Boost.Python</b>, a C++ library which enables
|
|
seamless interoperability between C++ and the <a href=
|
|
"http://www.python.org">Python</a> programming language. The new version
|
|
has been rewritten from the ground up, with a more convenient and
|
|
flexible interface, and many new capabilities, including support for:
|
|
|
|
<ul>
|
|
<li>References and Pointers</li>
|
|
|
|
<li>Globally Registered Type Coercions</li>
|
|
|
|
<li>Automatic Cross-Module Type Conversions</li>
|
|
|
|
<li>Efficient Function Overloading</li>
|
|
|
|
<li>C++ to Python Exception Translation</li>
|
|
|
|
<li>Default Arguments</li>
|
|
|
|
<li>Keyword Arguments</li>
|
|
|
|
<li>Manipulating Python objects in C++</li>
|
|
|
|
<li>Exporting C++ Iterators as Python Iterators</li>
|
|
|
|
<li>Documentation Strings</li>
|
|
</ul>
|
|
The development of these features was funded in part by grants to <a
|
|
href="http://www.boost-consulting.com">Boost Consulting</a> from the <a
|
|
href="http://www.llnl.gov/">Lawrence Livermore National Laboratories</a>
|
|
and by the <a href="http://cci.lbl.gov/">Computational Crystallography
|
|
Initiative</a> at Lawrence Berkeley National Laboratories.
|
|
<hr>
|
|
|
|
<h2>Contents</h2>
|
|
|
|
<dl class="index">
|
|
<dt><a href="tutorial/index.html">Tutorial Introduction</a></dt>
|
|
|
|
<dt><a href="building.html">Building and Testing</a></dt>
|
|
|
|
<dt><a href="v2/reference.html">Reference Manual</a></dt>
|
|
|
|
<dt><a href="v2/configuration.html">Configuration Information</a></dt>
|
|
|
|
<dt><a href="v2/platforms.html">Known Working Platforms and
|
|
Compilers</a></dt>
|
|
|
|
<dt><a href="v2/definitions.html">Definitions</a></dt>
|
|
|
|
<dt><a href="projects.html">Projects using Boost.Python</a></dt>
|
|
|
|
<dt><a href="support.html">Support Resources</a></dt>
|
|
|
|
<dt><a href="v2/faq.html">Frequently Asked Questions (FAQs)</a></dt>
|
|
|
|
<dt><a href="../pyste/index.html">Pyste (Boost.Python code generator)</a></dt>
|
|
|
|
<dt><a href="news.html">News/Change Log</a></dt>
|
|
|
|
<dt><a href="v2/progress_reports.html">LLNL Progress Reports</a></dt>
|
|
|
|
<dt><a href="v2/acknowledgments.html">Acknowledgments</a></dt>
|
|
</dl>
|
|
<hr>
|
|
|
|
<p>Revised
|
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
|
17 November, 2002
|
|
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
|
|
</p>
|
|
|
|
<p><i>© Copyright <a href="../../people/dave_abrahams.htm">Dave
|
|
Abrahams</a> 2002. All Rights Reserved.</i></p>
|
|
</body>
|
|
</html>
|
|
|