class EL_SHARED_CLASS_ID

(source code)

Client examples: CLASS_ID_ENUM_VS_TYPE_OBJECTIF_ATTACHED_ITEM_VS_CONFORMING_INSTANCE_TABLETYPE_TEST_SET

description

Shared instance of class EL_CLASS_TYPE_ID_ENUM

note
	description: "Shared instance of class ${EL_CLASS_TYPE_ID_ENUM}"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2024-08-25 7:32:03 GMT (Sunday 25th August 2024)"
	revision: "6"

deferred class
	EL_SHARED_CLASS_ID

inherit
	EL_ANY_SHARED

feature {NONE} -- Constants

	Class_id: EL_CLASS_TYPE_ID_ENUM
		once
			create Result.make
		end
end