- 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_FEATURE
- inherit
-
CES_ENTITY
-
- redefine
- make
- end
- creation
- make
- feature {NONE}-- Creation
-
make (section: CES_INI_SECTION; default_name: STRING)
- feature -- Access
-
is_callback: BOOLEAN
-
-
-- Is it callback?
- invariant
-
non_void_callback_key:
callback_key /= void
end -- class CES_FEATURE