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

kernel.misc

Class KL_SHARED_OPERATING_SYSTEM


Known direct descendants

EM_VIDEO_SURFACE, KL_SHARED_FILE_SYSTEM, KL_CHARACTER_BUFFER, KL_SHELL_COMMAND, ET_CLUSTER, ET_XACE_GENERATOR

Features

Invariants

indexing

description

Shared operating system

pattern

Singleton

library

Gobo Eiffel Kernel Library

copyright

Copyright (c) 2001, Eric Bezault and others

license

Eiffel Forum License v2 (see forum.txt)

date

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

revision

$Revision: 1.5 $

class

KL_SHARED_OPERATING_SYSTEM

feature -- Acess

operating_system: KL_OPERATING_SYSTEM

-- Underlying operating system

ensure
operating_system_not_void: Result /= Void

invariant

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

end