INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES
indexing
title:
"The manner of adding entries into non-keyed containers"
project:
"Visual Eiffel"
revision:
"$Revision: 1.2 $"
copyright:
"Copyright (C) 1996-2005 Object Tools Group"
license:
"http://visual-eiffel.com/license"
cluster:
containers
deferred
class
CONTAINER_
[
G
]
inherit
SIMPLE_CONTAINER_
end
feature
-- Operations
put
(
x
:
G
)
-- adds the new entry into the structure
-- 'require's will be specified later ...
require
dummy
:
false
end
-- class
CONTAINER_
INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES