class EL_STRING_32_BUFFER_ROUTINES

(source code)

Client examples: BASE_AUTOTEST_APP

description

Temporary once buffer of type STRING_32

note
	description: "Temporary once buffer of type ${STRING_32}"

	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: "9"

expanded class
	EL_STRING_32_BUFFER_ROUTINES

inherit
	EL_EXPANDED_ROUTINES

	EL_STRING_32_BUFFER_I

feature {NONE} -- Constants

	Buffer: STRING_32
		once
			create Result.make_empty
		end
end