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
expanded class RTS_SHORT_INTEGER
inherit

COMPARABLE
redefine
out
end
feature -- Access

item: INTEGER

set_item (i: INTEGER)

low8: CHARACTER
feature -- Comparison

infix "<" (other: like Current): BOOLEAN
-- Is current integer less than 'other' ?
-- (From COMPARABLE)
feature -- Output

out: STRING
-- Printable representation of short integer value
-- (From GENERAL)
end -- class RTS_SHORT_INTEGER

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES