[29] | 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</title> |
---|
| 14 | </head> |
---|
| 15 | |
---|
| 16 | <body link="#0000ff" vlink="#800080"> |
---|
| 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" alt= |
---|
| 22 | "C++ Boost" src="../../../boost.png" border="0"></a></h3> |
---|
| 23 | </td> |
---|
| 24 | |
---|
| 25 | <td valign="top"> |
---|
| 26 | <h1 align="center">Boost.Python</h1> |
---|
| 27 | |
---|
| 28 | <h2 align="center">Index</h2> |
---|
| 29 | </td> |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | <td align="right"> |
---|
| 33 | |
---|
| 34 | <form method="get" action="http://www.google.com/custom"> |
---|
| 35 | <p> |
---|
| 36 | <span id= "search-choice"> |
---|
| 37 | Search |
---|
| 38 | <select name="hq" id="hq"> |
---|
| 39 | <option label="All Documentation" value= |
---|
| 40 | "site:www.boost.org inurl:www.boost.org/libs/python/doc"> |
---|
| 41 | All Documentation |
---|
| 42 | </option> |
---|
| 43 | <option label="Tutorial" value= |
---|
| 44 | "site:www.boost.org inurl:www.boost.org/libs/python/doc/tutorial"> |
---|
| 45 | Tutorial |
---|
| 46 | </option> |
---|
| 47 | <option label="Reference" value= |
---|
| 48 | "site:www.boost.org inurl:www.boost.org/libs/python/doc/v2"> |
---|
| 49 | Reference |
---|
| 50 | </option> |
---|
| 51 | </select> |
---|
| 52 | <br> |
---|
| 53 | </span> |
---|
| 54 | |
---|
| 55 | <span id="search-text"> |
---|
| 56 | <input type="text" name="q" id="q" size="31" maxlength="255" alt="Search Text" /> |
---|
| 57 | </span> |
---|
| 58 | |
---|
| 59 | <br> |
---|
| 60 | <span id= "google"> |
---|
| 61 | <a href= "http://www.google.com/search"> |
---|
| 62 | <img src="../../../more/google_logo_25wht.gif" alt="Google" border="0" /></a>Powered |
---|
| 63 | </span> |
---|
| 64 | |
---|
| 65 | <span id="go"> |
---|
| 66 | <input type="image" name="search" src="../../../more/space.gif" alt="Search" id="search-button" /> |
---|
| 67 | </span> |
---|
| 68 | |
---|
| 69 | <br> |
---|
| 70 | <input type="hidden" name="cof" value= "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" /> |
---|
| 71 | <input type="hidden" name="sa" value= "Google Search" /> |
---|
| 72 | <input type="hidden" name= "domains" value= "www.boost.org;mail.python.org" /></p> |
---|
| 73 | </form> |
---|
| 74 | |
---|
| 75 | </td> |
---|
| 76 | </tr> |
---|
| 77 | <tr> |
---|
| 78 | |
---|
| 79 | </tr> |
---|
| 80 | </table> |
---|
| 81 | <hr> |
---|
| 82 | |
---|
| 83 | |
---|
| 84 | <h2>Synopsis</h2> |
---|
| 85 | Welcome to version 2 of <b>Boost.Python</b>, a C++ library which enables |
---|
| 86 | seamless interoperability between C++ and the <a href= |
---|
| 87 | "http://www.python.org">Python</a> programming language. The new version |
---|
| 88 | has been rewritten from the ground up, with a more convenient and |
---|
| 89 | flexible interface, and many new capabilities, including support for: |
---|
| 90 | |
---|
| 91 | <ul> |
---|
| 92 | <li>References and Pointers</li> |
---|
| 93 | |
---|
| 94 | <li>Globally Registered Type Coercions</li> |
---|
| 95 | |
---|
| 96 | <li>Automatic Cross-Module Type Conversions</li> |
---|
| 97 | |
---|
| 98 | <li>Efficient Function Overloading</li> |
---|
| 99 | |
---|
| 100 | <li>C++ to Python Exception Translation</li> |
---|
| 101 | |
---|
| 102 | <li>Default Arguments</li> |
---|
| 103 | |
---|
| 104 | <li>Keyword Arguments</li> |
---|
| 105 | |
---|
| 106 | <li>Manipulating Python objects in C++</li> |
---|
| 107 | |
---|
| 108 | <li>Exporting C++ Iterators as Python Iterators</li> |
---|
| 109 | |
---|
| 110 | <li>Documentation Strings</li> |
---|
| 111 | </ul> |
---|
| 112 | The development of these features was funded in part by grants to <a |
---|
| 113 | href="http://www.boost-consulting.com">Boost Consulting</a> from the <a |
---|
| 114 | href="http://www.llnl.gov/">Lawrence Livermore National Laboratories</a> |
---|
| 115 | and by the <a href="http://cci.lbl.gov/">Computational Crystallography |
---|
| 116 | Initiative</a> at Lawrence Berkeley National Laboratories. |
---|
| 117 | |
---|
| 118 | <hr> |
---|
| 119 | |
---|
| 120 | <h2>Contents</h2> |
---|
| 121 | |
---|
| 122 | <dl class="index"> |
---|
| 123 | <dt><a href="tutorial/index.html">Tutorial Introduction</a></dt> |
---|
| 124 | |
---|
| 125 | <dt><a href="building.html">Building and Testing</a></dt> |
---|
| 126 | |
---|
| 127 | <dt><a href="v2/reference.html">Reference Manual</a></dt> |
---|
| 128 | |
---|
| 129 | <dt>Suites:</dt> |
---|
| 130 | <dd> |
---|
| 131 | <ul> |
---|
| 132 | <li><a href="v2/pickle.html">Pickle</a></li> |
---|
| 133 | <li><a href="v2/indexing.html">Indexing</a></li> |
---|
| 134 | </ul> |
---|
| 135 | </dd> |
---|
| 136 | |
---|
| 137 | <dt><a href="v2/configuration.html">Configuration Information</a></dt> |
---|
| 138 | |
---|
| 139 | <dt><a href="v2/platforms.html">Known Working Platforms and |
---|
| 140 | Compilers</a></dt> |
---|
| 141 | |
---|
| 142 | <dt><a href="v2/definitions.html">Definitions</a></dt> |
---|
| 143 | |
---|
| 144 | <dt><a href="projects.html">Projects using Boost.Python</a></dt> |
---|
| 145 | |
---|
| 146 | <dt><a href="support.html">Support Resources</a></dt> |
---|
| 147 | |
---|
| 148 | <dt><a href="v2/faq.html">Frequently Asked Questions (FAQs)</a></dt> |
---|
| 149 | |
---|
| 150 | <dt><a href="http://www.language-binding.net/pyplusplus/pyplusplus.html">Py++ Boost.Python code generator</a></dt> |
---|
| 151 | |
---|
| 152 | <dt><a href="../pyste/index.html">Pyste Boost.Python code generator (no longer maintained)</a></dt> |
---|
| 153 | |
---|
| 154 | <dt><a href="internals.html">Internals Documentation</a></dt> |
---|
| 155 | |
---|
| 156 | <dt><a href="news.html">News/Change Log</a></dt> |
---|
| 157 | |
---|
| 158 | <dt><a href="../todo.html">TODO list</a></dt> |
---|
| 159 | |
---|
| 160 | <dt><a href="v2/progress_reports.html">LLNL Progress Reports</a></dt> |
---|
| 161 | |
---|
| 162 | <dt><a href="v2/acknowledgments.html">Acknowledgments</a></dt> |
---|
| 163 | </dl> |
---|
| 164 | <hr> |
---|
| 165 | |
---|
| 166 | <h2>Articles</h2> |
---|
| 167 | |
---|
| 168 | "<a href="PyConDC_2003/bpl.html">Building Hybrid |
---|
| 169 | Systems With Boost Python</a>", by Dave Abrahams and Ralf |
---|
| 170 | W. Grosse-Kunstleve (<a href="PyConDC_2003/bpl.pdf">PDF</a>) |
---|
| 171 | |
---|
| 172 | <hr> |
---|
| 173 | |
---|
| 174 | <p>Revised |
---|
| 175 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> |
---|
| 176 | 26 August, 2003 |
---|
| 177 | <!--webbot bot="Timestamp" endspan i-checksum="39359" --> |
---|
| 178 | </p> |
---|
| 179 | |
---|
| 180 | <p><i>© Copyright <a href="../../../people/dave_abrahams.htm">Dave |
---|
| 181 | Abrahams</a> 2002-2003.</i></p> |
---|
| 182 | </body> |
---|
| 183 | </html> |
---|
| 184 | |
---|