5.24 Class INTEGER_REF PreviousNext

indexing
description: "Reference class for INTEGER"
class interface
INTEGER_REF
feature -- Access
item: INTEGER
        -- Integer value
hash_code: INTEGER
        -- Hash code value
        -- (From HASHABLE.)
    ensure
        good_hash_value: Result >= 0
feature -- Element change
set_item (i: INTEGER)
        -- Make i the associated integer value.
    ensure
        item_set: item = i
end

Copyright © 1995, Nonprofit International Consortium for Eiffel
mailto:
nice@atlanta.twr.com
Last Updated: 26 October 1997

HomeTocPreviousNext