2424 < h1 align ="center ">
2525 < a href ="../index.html "> Boost.Python</ a >
2626 </ h1 >
27- < h2 align =" center " >
28- Header <boost/python/indexing/indexing_suite.hpp>
29- </ h2 >
27+
28+ < h2 > Headers <boost/python/indexing/indexing_suite.hpp>< br >
29+ <boost/python/indexing/vector_indexing_suite.hpp> </ h2 >
3030 </ td >
3131 </ tr >
3232 </ table >
@@ -136,12 +136,10 @@ <h2>
136136 </ li >
137137 </ ul >
138138 < hr >
139- < h2 >
140- < a name ="interface "> </ a > The Boost.Python Indexing Interface
141- </ h2 >
142- < h3 >
143- < a name ="indexing_suite "> </ a > indexing_suite
144- </ h3 >
139+
140+ < h2 > < a name ="interface "> </ a > The Boost.Python Indexing Interface</ h2 >
141+ < h3 > < a name ="indexing_suite "> </ a > indexing_suite [ Header <boost/python/indexing/indexing_suite.hpp>
142+ ]</ h3 >
145143 < p >
146144 The < tt > indexing_suite</ tt > class is the base protocol class for the
147145 management of C++ containers intended to be integrated to Python. The
260258 </ dl >
261259 </ dd >
262260 </ dl >
263- < h3 >
264- < a name ="indexing_suite_subclasses "> </ a > indexing_suite sub-classes
265- </ h3 >
261+
262+ < h3 > < a name ="indexing_suite_subclasses "> </ a > indexing_suite sub-classes</ h3 >
266263 < p >
267264 The < tt > indexing_suite</ tt > is not meant to be used as is. A couple of
268265 policy functions must be supplied by subclasses of
@@ -271,10 +268,10 @@ <h3>
271268 In most cases, we can simply use the available predefined suites. In
272269 some cases, we can refine the predefined suites to suit our needs.
273270 </ p >
274- < h3 >
275- < a name ="vector_indexing_suite "> </ a > vector_indexing_suite
276- </ h3 >
277- < p >
271+
272+ < h3 > < a name ="vector_indexing_suite "> </ a > vector_indexing_suite [ Header <boost/python/indexing/vector_indexing_suite.hpp>
273+ ] </ h3 >
274+ < p >
278275 The < tt > vector_indexing_suite</ tt > class is a predefined
279276 < tt > indexing_suite</ tt > derived class designed to wrap
280277 < tt > std::vector</ tt > (and < tt > std::vector</ tt > like [i.e. a class with
339336 < td >
340337 The container type to be wrapped to Python.
341338 </ td >
342- < td >
343-
339+ < td >
340+
344341 </ td >
345342 </ tr >
346343 < tr >
354351 Derived classes provide the policy hooks. See < a href =
355352 "#DerivedPolicies "> DerivedPolicies</ a > below.
356353 </ td >
357- < td >
358-
354+ < td >
355+
359356 </ td >
360357 </ tr >
361358 < tr >
378375 < td >
379376 < font color ="#007F00 "> < tt > Element</ tt > </ font >
380377 </ td >
381- < td >
382-
378+ < td >
379+
383380 </ td >
384381 < td >
385382 The container's element type.
392389 < td >
393390 < font color ="#007F00 "> < tt > Key</ tt > </ font >
394391 </ td >
395- < td >
396-
392+ < td >
393+
397394 </ td >
398395 < td >
399396 The container's key type.
406403 < td >
407404 < font color ="#007F00 "> < tt > Index</ tt > </ font >
408405 </ td >
409- < td >
410-
406+ < td >
407+
411408 </ td >
412409 < td >
413410 The container's index type.
555552 < td >
556553 The container type to be wrapped to Python.
557554 </ td >
558- < td >
559-
555+ < td >
556+
560557 </ td >
561558 </ tr >
562559 < tr >
590587 < tt > indexing_suite</ tt > class to call policy function of the most
591588 derived class
592589 </ td >
593- < td >
594-
590+ < td >
591+
595592 </ td >
596593 </ tr >
597594 </ table >
0 commit comments