- indexing
- project: "Visual Eiffel run-time system"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: kernel
class RTS_MAIN_DATA
- inherit
-
RTS_MEMORY_MAPPED_AREA
[POINTER]
-
- rename
-
make
as make_from_address
- end
-
RTS_SERVER
-
- undefine
- copy,
- is_equal
- end
- creation
- make,
- make_from_address
- feature -- Measurement
-
count: INTEGER
- feature {NONE}-- Creation
-
make
- feature -- Access
-
compiler_data: RTS_COMPILER_DATA
-
module_data: RTS_MODULE_DATA
end -- class RTS_MAIN_DATA