class EL_CREATEABLE_FROM_FILE
Object that is createable from a file
note
description: "Object that is createable from a file"
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: "2022-12-05 10:01:48 GMT (Monday 5th December 2022)"
revision: "7"
deferred class
EL_CREATEABLE_FROM_FILE
feature {NONE} -- Initialization
make_from_file (a_file_path: FILE_PATH)
deferred
end
end