Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-01-30 06:41:43


Have you looked at this work: http://www.zib.de/weiser/vtl/?

-Dave

----- Original Message -----
From: "Maciej Sobczak" <maciej_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Wednesday, January 30, 2002 3:05 AM
Subject: [boost] VIEW: STL-compatible utility class -> any interest?

> Hello everybody,
>
> I would like to probe for your possible interest in the utility class I
> have written for use with STL sequences.
>
> As a short description, the code implements an interesting data
> structure (the 'view') which allows to enrich the STL programmer's
> toolbox. The view allows to:
>
> - provide random access to std::lists
> - provide effective list operations for std::vectors
> - implement the notion of sequences sharing its elements
> - sort sequences without moving objects around
> - probably more...
>
> The code (with docs and examples) can be downloaded from:
>
> http://www.maciejsobczak.com/prog/bin/view.zip
>
> I have tried to do my best so that the code complies to the requirements
> of the Standard and the Boost code policies.
>
> Please do not hesitate to share your opinions about the code and its
> usefullness, as well as the possibility to make it part of the Boost
> library.
>
> Regards,
> Maciej Sobczak
> http://www.maciejsobczak.com


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk