note
	description: "External forward iteration cursor for descendants of {LINKED_TREE}."

class interface
	LINKED_TREE_ITERATION_CURSOR [G]

create {LINKED_TREE}
	make

feature -- Cursor movement

	forth
			-- Move to next position.

	start
			-- Move to first position.
	
note
	library: "EiffelBase: Library of reusable components for Eiffel."
	date: "$Date: 2018-11-30 11:40:30 +0000 (Fri, 30 Nov 2018) $"
	revision: "$Revision: 102548 $"
	copyright: "Copyright (c) 1984-2018, 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 LINKED_TREE_ITERATION_CURSOR

Generated by ISE EiffelStudio