note description: "External forward one-step iteration cursor for {STRING_8}." library: "EiffelBase: Library of reusable components for Eiffel." date: "$Date: 2016-04-13 13:29:38 +0000 (Wed, 13 Apr 2016) $" revision: "$Revision: 98619 $" class interface STRING_8_ITERATION_CURSOR create {READABLE_STRING_8, STRING_8_ITERATION_CURSOR} make feature -- Access First_index: INTEGER_32 = 1 -- First valid index of target structure for current iteration. -- Note that if Is_reversed, First_index might be greater than last_index. new_cursor: STRING_8_ITERATION_CURSOR -- Restarted cursor of the iteration. feature -- Status report is_valid: BOOLEAN -- Is the cursor still compatible with the associated underlying object? note copyright: "Copyright (c) 1984-2016, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class STRING_8_ITERATION_CURSOR
Generated by ISE EiffelStudio