- indexing
- title: ""
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: ve_settings
class CES_BINDINGS
- creation
- make
- feature {NONE}-- Creation
-
make (section: CES_INI_SECTION)
- feature -- Access
-
classes: ARRAY [CES_CLASS]
-
-
-- List of clusters
-
clusters: ARRAY [CES_CLUSTER]
-
-
-- List of clusters
-
systems: ARRAY [CES_SYSTEM]
-
-
-- List of systems
-
libraries: ARRAY [CES_LIBRARY]
-
-
-- List of libraries
end -- class CES_BINDINGS