Gobo Eiffel Structure Library
Copyright (c) 1998, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2004/11/14 15:10:15 $
$Revision: 1.8 $
-- Items held locally
-- Items held by other lists
-- Index used to detect possible cycles
-- in the di-graph made of nested lists
Lists whose items are held either locally or in %
%other nested lists. Note that nested lists built %
%that way form a possibly cyclic di-graph. Nested %
%lists can be 'flattened', that is all items %
%accessible remotely are also kept locally, using %
%a DS_NESTED_LIST_FLATTENER.