[C++-sig] Current Docs for wrapping idexable containers

Nathan Stewart swarfrat at gmail.com
Mon Mar 22 00:55:16 CET 2010


I'm sorting through the umpteen generations of documentation and mailing
lists preserved forever on internet and trying to determine how to be wrap
this third party pseudo-vector class. (OMG folks like to write their own
types for everything) The OMG sequence does provide operator[], and I need
to track allocated storage space and be able to throw on out of bounds
indices.  I'm sure what I'm trying to do is really basic, but my attempts to
wrap operator[] are failing and I think it's likely to using the wrong set
of docs. (For instance <boost/python/indexing/indexing_suite.hpp> has
relocated since the docs I was following were written.) What should I be
looking at?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20100321/2a076aa1/attachment.html>


More information about the Cplusplus-sig mailing list