INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

project: "Visual Eiffel run-time system"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: kernel
class RTS_CLASS_INFO_
inherit

RTS_MEMORY_AREA
rename
size as sizeof
end

RTS_SERVER
undefine
is_equal
end
creation -- the instance of the class could not be created
feature -- Operations

sizeof: INTEGER
ensure
acceptable_size: Result > 0
end -- class RTS_CLASS_INFO_

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES