2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 16:52:15 +00:00

Minor tweaks

[SVN r19335]
This commit is contained in:
Joel de Guzman
2003-07-29 04:47:34 +00:00
parent 5cd110f625
commit 81d99c855f

View File

@@ -24,9 +24,9 @@
<h1 align="center">
<a href="../index.html">Boost.Python</a>
</h1>
<h2 align="center">
Header &lt;boost/python/indexing/indexing_suite.hpp&gt;
</h2>
<h2> Headers &lt;boost/python/indexing/indexing_suite.hpp&gt;<br>
&lt;boost/python/indexing/vector_indexing_suite.hpp&gt;</h2>
</td>
</tr>
</table>
@@ -136,12 +136,10 @@
</li>
</ul>
<hr>
<h2>
<a name="interface"></a>The Boost.Python Indexing Interface
</h2>
<h3>
<a name="indexing_suite"></a>indexing_suite
</h3>
<h2> <a name="interface"></a>The Boost.Python Indexing Interface</h2>
<h3> <a name="indexing_suite"></a>indexing_suite [ Header &lt;boost/python/indexing/indexing_suite.hpp&gt;
]</h3>
<p>
The <tt>indexing_suite</tt> class is the base protocol class for the
management of C++ containers intended to be integrated to Python. The
@@ -260,9 +258,8 @@
</dl>
</dd>
</dl>
<h3>
<a name="indexing_suite_subclasses"></a>indexing_suite sub-classes
</h3>
<h3> <a name="indexing_suite_subclasses"></a>indexing_suite sub-classes</h3>
<p>
The <tt>indexing_suite</tt> is not meant to be used as is. A couple of
policy functions must be supplied by subclasses of
@@ -271,10 +268,10 @@
In most cases, we can simply use the available predefined suites. In
some cases, we can refine the predefined suites to suit our needs.
</p>
<h3>
<a name="vector_indexing_suite"></a>vector_indexing_suite
</h3>
<p>
<h3> <a name="vector_indexing_suite"></a>vector_indexing_suite [ Header &lt;boost/python/indexing/vector_indexing_suite.hpp&gt;
] </h3>
<p>
The <tt>vector_indexing_suite</tt> class is a predefined
<tt>indexing_suite</tt> derived class designed to wrap
<tt>std::vector</tt> (and <tt>std::vector</tt> like [i.e. a class with
@@ -339,8 +336,8 @@
<td>
The container type to be wrapped to Python.
</td>
<td>
&nbsp;
<td>&nbsp;
</td>
</tr>
<tr>
@@ -354,8 +351,8 @@
Derived classes provide the policy hooks. See <a href=
"#DerivedPolicies">DerivedPolicies</a> below.
</td>
<td>
&nbsp;
<td>&nbsp;
</td>
</tr>
<tr>
@@ -378,8 +375,8 @@
<td>
<font color="#007F00"><tt>Element</tt></font>
</td>
<td>
&nbsp;
<td>&nbsp;
</td>
<td>
The container's element type.
@@ -392,8 +389,8 @@
<td>
<font color="#007F00"><tt>Key</tt></font>
</td>
<td>
&nbsp;
<td>&nbsp;
</td>
<td>
The container's key type.
@@ -406,8 +403,8 @@
<td>
<font color="#007F00"><tt>Index</tt></font>
</td>
<td>
&nbsp;
<td>&nbsp;
</td>
<td>
The container's index type.
@@ -555,8 +552,8 @@
<td>
The container type to be wrapped to Python.
</td>
<td>
&nbsp;
<td>&nbsp;
</td>
</tr>
<tr>
@@ -590,8 +587,8 @@
<tt>indexing_suite</tt> class to call policy function of the most
derived class
</td>
<td>
&nbsp;
<td>&nbsp;
</td>
</tr>
</table>