indexing
	description: "Cursors for linked trees"
	names: linked_tree_cursor, cursor
	contents: generic

class interface
	LINKED_TREE_CURSOR [G]

invariant

		-- from GENERAL
	reflexive_equality: standard_is_equal (Current);
	reflexive_conformance: conforms_to (Current);

end -- class LINKED_TREE_CURSOR