class EL_MAKEABLE

(source code)

Client examples: COLUMN_VECTOR_COMPLEX_64REFLECTION_TEST_SETROW_VECTOR_COMPLEX_64

description

Object that is initializeable by a call to make

note
	description: "Object that is initializeable by a call to make"

	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-09-03 17:44:01 GMT (Tuesday 3rd September 2024)"
	revision: "9"

deferred class
	EL_MAKEABLE

feature {EL_REFLECTION_HANDLER} -- Initialization

	make
		deferred
		end

end