INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Named registry value containing integer data"
project: "Visual Eiffel Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: registry
class INTEGER_REGISTRY_VALUE
inherit

REGISTRY_VALUE
rename
data as dummy_data
redefine
out
end
creation

make
feature -- Property setting

set_data (data_: like data)
feature -- Queries

is_valid: BOOLEAN

out: STRING
end -- class INTEGER_REGISTRY_VALUE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES