INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

description: "Cursors for recursive trees"
title: "EiffelBase: library of reusable components for Eiffel. ", "Based on EiffelBase library for ISE Eiffel, ", "used with permission. "
project: "EiffelBase Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
key: recursive_tree_cursor, cursor
cluster: eiffelbase
class RECURSIVE_TREE_CURSOR [G]
inherit

CURSOR
end
creation {RECURSIVE_CURSOR_TREE}

make
feature {RECURSIVE_CURSOR_TREE}-- Initialization

make (active_node, parent_of_active: like active; aft, bef, bel: BOOLEAN)
-- Create a cursor and set it up on `active_node'.
end -- class RECURSIVE_TREE_CURSOR

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES