$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 1999-09-24 10:02:28
> At this time I invite those of you who have in the past expressed
> interest in such data structures to contact me, so that we can explore
> the space of useful and convenient interfaces.
See my IntrusiveList STL container, at:
http://www.eleves.ens.fr:8080/home/bonnard/IntrusiveList/
Summary: it's basically a std::list, except that each
element has a back-link to the list. (So that
list.front().get_container() is list.)
-- Valentin Bonnard