Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class MA_ARRAYED_LIST_STORABLE [G] General cluster: memory_analyzer description: "a ARRAYED_LIST with STOREABLE" create: make, make_filled Ancestors ARRAYED_LIST [G] STORABLE Queries additional_space: INTEGER_32 after: BOOLEAN all_default: BOOLEAN area: SPECIAL [G] area_v2: SPECIAL [G] array_at (i: INTEGER_32): G array_item (i: INTEGER_32): G array_valid_index (i: INTEGER_32): BOOLEAN assertion_violation: BOOLEAN at alias "@" (i: INTEGER_32): [like item] G before: BOOLEAN capacity: INTEGER_32 changeable_comparison_criterion: BOOLEAN Check_instruction: INTEGER_32 Class_invariant: INTEGER_32 class_name: detachable STRING_8 Com_exception: INTEGER_32 count: INTEGER_32 Create_on_deferred: INTEGER_32 cursor: ARRAYED_LIST_CURSOR Developer_exception: INTEGER_32 developer_exception_name: detachable STRING_8 Dollar_applied_to_melted_feature: INTEGER_32 Eiffel_runtime_fatal_error: INTEGER_32 Eiffel_runtime_panic: INTEGER_32 exception: INTEGER_32 Exception_in_signal_handler: INTEGER_32 Exception_manager: EXCEPTION_MANAGER exception_trace: detachable STRING_8 exhausted: BOOLEAN extendible: BOOLEAN External_exception: INTEGER_32 first: [like item] G Floating_point_exception: INTEGER_32 for_all (test: FUNCTION [G, BOOLEAN]): BOOLEAN full: BOOLEAN Growth_percentage: INTEGER_32 has (v: [like item] G): BOOLEAN i_th alias "[]" (i: INTEGER_32): [like item] G Incorrect_inspect_value: INTEGER_32 index: INTEGER_32 index_of (v: [like item] G; i: INTEGER_32): INTEGER_32 Io_exception: INTEGER_32 is_developer_exception: BOOLEAN is_developer_exception_of_name (name: detachable STRING_8): BOOLEAN is_empty: BOOLEAN is_equal (other: [like Current] MA_ARRAYED_LIST_STORABLE [G]): BOOLEAN is_inserted (v: G): BOOLEAN is_signal: BOOLEAN is_system_exception: BOOLEAN isfirst: BOOLEAN islast: BOOLEAN item: G item_for_iteration: G last: [like first] G linear_representation: LINEAR [G] Loop_invariant: INTEGER_32 Loop_variant: INTEGER_32 Lower: INTEGER_32 meaning (except: INTEGER_32): detachable STRING_8 Minimal_increase: INTEGER_32 Mismatch_information: MISMATCH_INFORMATION new_cursor: ARRAYED_LIST_ITERATION_CURSOR [G] No_more_memory: INTEGER_32 Number_of_codes: INTEGER_32 object_comparison: BOOLEAN occurrences (v: [like item] G): INTEGER_32 off: BOOLEAN Old_exception: INTEGER_32 Operating_system_exception: INTEGER_32 original_class_name: detachable STRING_8 original_exception: INTEGER_32 original_recipient_name: detachable STRING_8 original_tag_name: detachable STRING_8 Out_of_memory: INTEGER_32 Postcondition: INTEGER_32 Precondition: INTEGER_32 prunable: BOOLEAN readable: BOOLEAN recipient_name: detachable STRING_8 replaceable: BOOLEAN Rescue_exception: INTEGER_32 resizable: BOOLEAN Resumption_failed: INTEGER_32 retrieve_by_name (file_name: READABLE_STRING_GENERAL): detachable ANY Retrieve_exception: INTEGER_32 retrieved (medium: IO_MEDIUM): detachable ANY Routine_failure: INTEGER_32 Runtime_check_exception: INTEGER_32 Runtime_io_exception: INTEGER_32 Serialization_exception: INTEGER_32 Signal_exception: INTEGER_32 tag_name: detachable STRING_8 there_exists (test: FUNCTION [G, BOOLEAN]): BOOLEAN to_array: ARRAY [G] upper: INTEGER_32 valid_code (c: INTEGER_32): BOOLEAN valid_cursor (p: CURSOR): BOOLEAN valid_cursor_index (i: INTEGER_32): BOOLEAN valid_index (i: INTEGER_32): BOOLEAN Void_assigned_to_expanded: INTEGER_32 Void_call_target: INTEGER_32 writable: BOOLEAN Commands append (s: SEQUENCE [G]) array_put (v: G; i: INTEGER_32) automatic_grow back basic_store (medium: IO_MEDIUM) catch (code: INTEGER_32) compare_objects compare_references copy (other: [like Current] MA_ARRAYED_LIST_STORABLE [G]) correct_mismatch die (code: INTEGER_32) do_all (action: PROCEDURE [G]) do_all_with_index (action: PROCEDURE [G, INTEGER_32]) do_if (action: PROCEDURE [G]; test: FUNCTION [G, BOOLEAN]) do_if_with_index (action: PROCEDURE [G, INTEGER_32]; test: FUNCTION [G, INTEGER_32, BOOLEAN]) extend (v: [like item] G) fill (other: CONTAINER [G]) finish force (v: [like item] G) forth go_i_th (i: INTEGER_32) go_to (p: CURSOR) grow (i: INTEGER_32) ignore (code: INTEGER_32) independent_store (medium: IO_MEDIUM) make (n: INTEGER_32) make_filled (n: INTEGER_32) merge_left (other: ARRAYED_LIST [G]) merge_right (other: ARRAYED_LIST [G]) message_on_failure move (i: INTEGER_32) no_message_on_failure prune (v: [like item] G) prune_all (v: [like item] G) put (v: [like item] G) put_front (v: [like item] G) put_i_th (v: [like i_th] G; i: INTEGER_32) put_left (v: [like item] G) put_right (v: [like item] G) raise (name: detachable READABLE_STRING_GENERAL) raise_retrieval_exception (name: detachable READABLE_STRING_GENERAL) remove remove_i_th (i: INTEGER_32) remove_left remove_right replace (v: [like first] G) resize (new_capacity: INTEGER_32) search (v: [like item] G) sequence_put (v: [like item] G) set_discard_pointers (v: BOOLEAN) start store_by_name (file_name: READABLE_STRING_GENERAL) swap (i: INTEGER_32) trim wipe_out
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org