Raoul Gough – Boost contributions

Directory
Boost contributions
My home page
The new indexing suite (or "indexing_v2") is a replacement for the version originally written by Joel de Guzman as part of the boost python library. Like the original, the new version allows a C++ extension module to expose C++ containers to Python, so that they appear to the Python code (as nearly as possible) like Python sequences or dictionaries. The new version provides an extensible framework for exposing user defined containers, as well as support for arrays and all of the basic STL containers.

Latest (2008-02-18)

The indexing_v2 suite is being used by a few people out there, including on the pygccxml project and the Python binding for the Ogre 3D rendering library

After an extended absence from the Boost.Python mailing list, I'm now looking into updating the indexing_v2 suite and getting it accepted into the main boost python distribution. For now, the easiest place to see the documentation is here on my website

Discussion of the new indexing suite (and all other aspects of the Boost Python library) takes place on the C++-sig mailing list.