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

kernel.basic

Class KL_IMPORTED_BOOLEAN_ROUTINES


Known direct descendants

XM_STRING_MODE, XM_DTD_ATTRIBUTE_CONTENT

Features

Invariants

indexing

description

Imported routines that ought to be in class BOOLEAN

library

Gobo Eiffel Kernel Library

copyright

Copyright (c) 2002, Eric Bezault and others

license

Eiffel Forum License v2 (see forum.txt)

date

$Date: 2003/02/07 12:49:18 $

revision

$Revision: 1.3 $

class

KL_IMPORTED_BOOLEAN_ROUTINES

feature -- Access

boolean_: KL_BOOLEAN_ROUTINES

-- Routines that ought to be in class BOOLEAN

ensure
boolean_routines_not_void: Result /= Void

invariant

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

end