class EL_TYPED_POINTER_ROUTINES

(source code)

description

Extra routines for class TYPED_POINTER

note
	description: "Extra routines for class ${TYPED_POINTER}"

	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: "2025-04-19 7:22:50 GMT (Saturday 19th April 2025)"
	revision: "17"

frozen expanded class
	EL_TYPED_POINTER_ROUTINES

inherit
	EL_TYPED_POINTER_ROUTINES_I
		export
			{ANY} all
		end

	EL_EXPANDED_ROUTINES

end