- 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_COMPILER_DATA
- inherit
-
RTS_MEMORY_AREA
- end
-
RTS_SERVER
-
- undefine
- is_equal
- end
- creation
- make
- feature -- Data
-
size: INTEGER
- feature -- Operations
-
root_creation: POINTER
-
root_id: INTEGER
-
max_id: INTEGER
-
class_info_table: RTS_MEMORY_MAPPED_AREA_ARRAY [POINTER]
end -- class RTS_COMPILER_DATA