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

kernel.unicode

Class UC_IMPORTED_CHARACTER_CLASS_ROUTINES


Known direct descendants

XM_XSLT_NUMBER_ROUTINES, XM_XSLT_STRING_ROUTINES

Features

Invariants

indexing

description

Imported character class routines

library

Gobo Eiffel Kernel Library

copyright

Copyright (c) 2005, Colin Adams and others

license

Eiffel Forum License v2 (see forum.txt)

date

$Date: 2005/10/17 17:32:07 $

revision

$Revision: 1.1 $

class

UC_IMPORTED_CHARACTER_CLASS_ROUTINES

feature -- Access

unicode_character_class: UC_CHARACTER_CLASS_ROUTINES

-- Unicode character class routines

ensure
unicode_character_class_not_void: Result /= Void

invariant

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

end