INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Memory which could be byte-compared."
project: "Visual Eiffel Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: kernel
deferred class RTS_MEMORY_COMPARABLE
inherit

RTS_MEMORY
end

COMPARABLE
undefine
is_equal
end
feature -- Comparison

infix "<" (other: like Current): BOOLEAN
-- Returns True if 'Current' memory region is lexicographically
-- less than 'other' memory region (byte comparison is used)
end -- class RTS_MEMORY_COMPARABLE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES