Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class ECOM_ARRAY [G] General cluster: structures description: "Multi-dimensional array" create: make, make_from_array, make_empty Ancestors ANY ARRAY [G] Queries additional_space: INTEGER_32 all_default: BOOLEAN are_element_counts_consistent: BOOLEAN are_element_counts_valid (some_element_counts: ARRAY [INTEGER_32]): BOOLEAN are_indices_large_enough (some_indices: ARRAY [INTEGER_32]): BOOLEAN are_indices_valid (some_indices: ARRAY [INTEGER_32]): BOOLEAN area: SPECIAL [G] array_item (i: INTEGER_32): G at alias "@" (i: INTEGER_32): G capacity: INTEGER_32 changeable_comparison_criterion: BOOLEAN count: INTEGER_32 dimension_count: INTEGER_32 element_counts: ARRAY [INTEGER_32] entry (i: INTEGER_32): G extendible: BOOLEAN filled_with (v: G): BOOLEAN for_all (test: FUNCTION [G, BOOLEAN]): BOOLEAN full: BOOLEAN Growth_percentage: INTEGER_32 has (v: G): BOOLEAN is_empty: BOOLEAN is_equal (other: [like Current] ECOM_ARRAY [G]): BOOLEAN is_inserted (v: G): BOOLEAN item (some_indices: ARRAY [INTEGER_32]): G linear_representation: LINEAR [G] lower: INTEGER_32 lower_indices: ARRAY [INTEGER_32] Minimal_increase: INTEGER_32 new_cursor: ARRAY_ITERATION_CURSOR [G] object_comparison: BOOLEAN occurrences (v: G): INTEGER_32 prunable: BOOLEAN resizable: BOOLEAN same_items (other: [like Current] ECOM_ARRAY [G]): BOOLEAN subarray (start_pos, end_pos: INTEGER_32): ARRAY [G] there_exists (test: FUNCTION [G, BOOLEAN]): BOOLEAN to_c: ANY to_cil: NATIVE_ARRAY [G] to_special: SPECIAL [G] total_count (some_element_counts: ARRAY [INTEGER_32]): INTEGER_32 upper: INTEGER_32 upper_indices: ARRAY [INTEGER_32] valid_index (i: INTEGER_32): BOOLEAN Commands array_force (v: [like array_item] G; i: INTEGER_32) array_make_empty array_make_from_array (a: ARRAY [G]) array_put (v: [like array_item] G; i: INTEGER_32) automatic_grow bag_put (v: G) clear_all compare_objects compare_references conservative_resize_with_default (a_default_value: G; min_index, max_index: INTEGER_32) copy (other: [like Current] ECOM_ARRAY [G]) discard_items 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]) enter (v: [like array_item] G; i: INTEGER_32) extend (v: G) fill (other: CONTAINER [G]) fill_with (v: G) force (v: [like item] G; some_indices: ARRAY [INTEGER_32]) force_and_fill (v: [like array_item] G; i: INTEGER_32) grow (i: INTEGER_32) initialize (v: G) keep_head (n: INTEGER_32) keep_tail (n: INTEGER_32) make_filled (a_default_value: G; min_index, max_index: INTEGER_32) make_from_cil (na: NATIVE_ARRAY [[like array_item] G]) make_from_special (a: SPECIAL [G]) prune (v: G) prune_all (v: G) put (v: [like item] G; some_indices: ARRAY [INTEGER_32]) rebase (a_lower: [like lower] INTEGER_32) remove_head (n: INTEGER_32) remove_tail (n: INTEGER_32) resize (n_upper_indices: ARRAY [INTEGER_32]) subcopy (other: ARRAY [[like array_item] G]; start_pos, end_pos, index_pos: INTEGER_32) trim Constraints consistent upper indices consistent lower indices consistent element counts consistent size non negative count
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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