Télécharger la liste

Description du projet

Elist implements a cyclic C++ list for
non-copyable objects with an interface similar to
std::list. The list nodes are embeddable and don't
need a common base class, so any object may be
stored inside multiple lists. Furthermore, objects
are automatically removed from their lists on
destruction. No iterator is required to unlink an
element from its containing lists. Elists have
proven to be useful for creating complex object
memory layouts, like scenegraphs or XML trees.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-03-07 17:42
1.0

Tags: Initial freshmeat announcement

Project Resources