INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Instance of an application. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997-2001 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_INSTANCE
inherit

WEL_ANY
end
creation

make
feature {NONE}-- Initialization

make (a_hinstance: POINTER)
-- Make an instance identified by `a_hinstance'.
ensure
item_set: item = a_hinstance
feature -- Access

name: STRING
-- Module name
ensure
result_not_void: Result /= void
result_not_empty: not Result.is_empty
end -- class WEL_INSTANCE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES