class
	SYSTEM_STRING_FACTORY

General
	cluster: elks
	description: "Factory for creating SYSTEM_STRING instances."

Ancestors
	ANY

Queries
	escape_count (a_str: SYSTEM_STRING): INTEGER_32
	from_string_to_system_string (a_str: READABLE_STRING_GENERAL): SYSTEM_STRING

Commands
	read_system_string_into (a_str: SYSTEM_STRING; a_result: STRING_GENERAL)
	read_system_string_into_area_32 (a_str: SYSTEM_STRING; a_area: SPECIAL [CHARACTER_32])
	read_system_string_into_area_8 (a_str: SYSTEM_STRING; a_area: SPECIAL [CHARACTER_8])


Generated by ISE EiffelStudio