Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:
note description: "Cursors for multi-array trees" library: "Free implementation of ELKS library" legal: "See notice at end of class." status: "See notice at end of class." names: cursor date: "$Date: 2012-07-23 14:02:19 -0700 (Mon, 23 Jul 2012) $" revision: "$Revision: 91989 $" class MULTAR_LIST_CURSOR [G] inherit CURSOR create make feature {NONE} -- Initialization make (active_element: like active; current_active_index, current_index: INTEGER_32) -- Create a cursor and set it up on `active_element'. do active := active_element active_index := current_active_index index := current_index end feature {MULTI_ARRAY_LIST} -- Implementation active: BI_LINKABLE [ARRAYED_LIST [G]] -- Current element in array_sequence list active_index: INTEGER_32 -- Index relative to `active.item' index: INTEGER_32 -- Index in array_sequence list note copyright: "Copyright (c) 1984-2012, 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 MULTAR_LIST_CURSOR
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:

-- Generated by ISE Eiffel --
For more details: www.eiffel.com