This site contains older material on Eiffel. For the main Eiffel page, see http://www.eiffel.com.

EiffelBase class
(HTML page generated by ISE Eiffel 4.2)

Eiffel Class
indexing
	description: "Cursors for two-way cursor trees";
	status: "See notice at end of class";
	names: two_way_tree_cursor, cursor;
	contents: generic;
	date: "$Date: 2007-03-30 11:10:11 -0800 (Fri, 30 Mar 2007) $";
	revision: "$Revision: 95354 $"

class TWO_WAY_TREE_CURSOR [G]

inherit
	RECURSIVE_TREE_CURSOR [G]
		export
			{TWO_WAY_CURSOR_TREE} make
		redefine
			active
		end

feature {TWO_WAY_CURSOR_TREE} -- Access

	active: TWO_WAY_TREE [G];
			-- Current node

end -- class TWO_WAY_TREE_CURSOR