INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

description: "Cursors for arrayed lists "
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: fixed_list_cursor, cursor
cluster: eiffelbase
class ARRAYED_LIST_CURSOR
inherit

CURSOR
end
creation

make
feature {ARRAYED_LIST, FIXED_LIST}-- Initialization

make (current_index: INTEGER)
-- Create a cursor and set it up on `current_index'.
end -- class ARRAYED_LIST_CURSOR

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES