class EL_MAKEABLE_READER_WRITER_FACTORY
Factory for objects of type EL_MAKEABLE_READER_WRITER [EL_MAKEABLE]
note
description: "Factory for objects of type ${EL_MAKEABLE_READER_WRITER [EL_MAKEABLE]}"
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: "3"
class
EL_MAKEABLE_READER_WRITER_FACTORY [G -> EL_MAKEABLE, S -> EL_MAKEABLE_READER_WRITER [G] create default_create end]
inherit
EL_FACTORY [S]
feature -- Access
new_item: S
do
create Result
end
end