Eiffel Media API
Overview Cluster Class Classes Index      Previous Next      Top Features

kernel.misc

Class KL_IMPORTED_HASHABLE_ROUTINES



Features

Invariants

indexing

description

Imported routines that ought to be in class HASHABLE

library

Gobo Eiffel Kernel Library

copyright

Copyright (c) 1999, Eric Bezault and others

license

Eiffel Forum License v2 (see forum.txt)

date

$Date: 2003/02/07 12:50:16 $

revision

$Revision: 1.3 $

class

KL_IMPORTED_HASHABLE_ROUTINES

feature -- Access

hashable_: KL_HASHABLE_ROUTINES

-- Routines that ought to be in class HASHABLE

ensure
hashable_routines_not_void: Result /= Void

invariant

-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)

end