INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Specific facilities of the guide for class LIST_"
project: "Visual Eiffel"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: containers
class CHAIN_
inherit

CHAIN_CORE_
end
creation {SIMPLE_CONTAINER_}

make
feature -- Queries

make (host: SIMPLE_CONTAINER_; init_size: INTEGER)
-- sets initial values of the guide: 'host' is the structure
-- the guide belongs to and 'init_size' - the initial amount
-- of slots to be allocated
end -- class CHAIN_

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES