class EL_FACTORY_CLIENT

(source code)

Client examples: COMPACT_SUBSTRINGS_32_BUFFERING_COMPARISON

description

Allows descendants access to initialization agents for EL_OBJECT_FACTORY

note
	description: "Allows descendants access to initialization agents for ${EL_OBJECT_FACTORY}"

	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-01-20 19:18:24 GMT (Saturday 20th January 2024)"
	revision: "8"

deferred class
	EL_FACTORY_CLIENT

inherit
	EL_FEATURE_ACCESS

end