class EL_DISPOSEABLE

(source code)

description

Disposeable

note
	description: "Disposeable"

	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-07 11:11:08 GMT (Sunday 7th January 2024)"
	revision: "7"

deferred class
	EL_DISPOSEABLE

inherit
	DISPOSABLE

	EL_MEMORY_ROUTINES

end