Boost logo

Boost :

From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2006-10-26 11:17:10


Shams wrote:
> Hi,

Hi

> Also I noticed that Boost.Interprocess had some sort of tree
> implementation.
> * Why the reason for this and if used internally then what is for, otherwise
> can't it be
> just made generic for everyone to use instead of the SoC Tree
> implementation?

Boost.Interprocess tree is the common code to implement shared memory
map/set/multimap/multiset containers. Like the standard ordered
containers, the implemented tree is a red-black tree.

I just don't know if they could be useful for other project, though,

Regards,

Ion


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