note description: "External forward iteration cursor for descendants of {TWO_WAY_TREE}." class interface TWO_WAY_TREE_ITERATION_CURSOR [G] create {TWO_WAY_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:38:16 +0000 (Fri, 30 Nov 2018) $" revision: "$Revision: 102547 $" 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 TWO_WAY_TREE_ITERATION_CURSOR
Generated by ISE EiffelStudio