- indexing
- title: "Root key of the registry hierarchy"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: registry
class ROOT_REGISTRY_KEY
- inherit
-
REGISTRY_KEY
-
- export
-
- {REGISTRY_KEY}
- handle
-
- redefine
- get_path_from_root,
- get_root
- end
- feature -- Properties
-
get_root: like root
end -- class ROOT_REGISTRY_KEY