INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Specific facilities of the guide for class SIMPLE_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 SIMPLE_CHAIN_
inherit

SIMPLE_CHAIN_CORE_
end
creation {SIMPLE_CONTAINER_}

make
feature {SIMPLE_CONTAINER_}-- Operations

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 SIMPLE_CHAIN_

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES