Automatic generation produced by ISE Eiffel
class WIDE_CHARACTER_REF General cluster: base.kernel description: "References to objects containing a character value" Ancestors COMPARABLE HASHABLE Queries infix ">=" (other: [like Current] WIDE_CHARACTER_REF): BOOLEAN infix ">" (other: [like Current] WIDE_CHARACTER_REF): BOOLEAN infix "<=" (other: [like Current] WIDE_CHARACTER_REF): BOOLEAN infix "<" (other: [like Current] WIDE_CHARACTER_REF): BOOLEAN code: INTEGER hash_code: INTEGER is_equal (other: [like Current] WIDE_CHARACTER_REF): BOOLEAN Is_hashable: BOOLEAN item: WIDE_CHARACTER max (other: [like Current] WIDE_CHARACTER_REF): [like Current] WIDE_CHARACTER_REF min (other: [like Current] WIDE_CHARACTER_REF): [like Current] WIDE_CHARACTER_REF three_way_comparison (other: WIDE_CHARACTER_REF): INTEGER Commands set_item (c: WIDE_CHARACTER) -- Generated by ISE Eiffel --
For more details: www.eiffel.com