class MONEY_ARRAY General cluster: money description: "Summary description for {MONEY_ARRAY}." create: make_empty, make_filled, from_array, make_from_array Ancestors ARRAY [G] Queries additional_space: INTEGER_32 all_default: BOOLEAN area: SPECIAL [MONEY] at alias "@" (i: INTEGER_32): MONEY capacity: INTEGER_32 changeable_comparison_criterion: BOOLEAN count: INTEGER_32 element (g: MONEY; i: INTEGER_32): MONEY entry (i: INTEGER_32): MONEY extendible: BOOLEAN filled_with (v: MONEY): BOOLEAN for_all (test: FUNCTION [MONEY, BOOLEAN]): BOOLEAN full: BOOLEAN Growth_percentage: INTEGER_32 has (v: MONEY): BOOLEAN is_empty: BOOLEAN is_equal (other: [like Current] MONEY_ARRAY): BOOLEAN is_inserted (v: MONEY): BOOLEAN item alias "[]" (i: INTEGER_32): MONEY linear_representation: LINEAR [MONEY] lower: INTEGER_32 Minimal_increase: INTEGER_32 new_cursor: ARRAY_ITERATION_CURSOR [MONEY] object_comparison: BOOLEAN occurrences (v: MONEY): INTEGER_32 prunable: BOOLEAN resizable: BOOLEAN same_items (other: [like Current] MONEY_ARRAY): BOOLEAN subarray (start_pos, end_pos: INTEGER_32): ARRAY [MONEY] sum: MONEY sum_all (factor: FUNCTION [MONEY, INTEGER_32, MONEY]): MONEY there_exists (test: FUNCTION [MONEY, BOOLEAN]): BOOLEAN to_c: ANY to_cil: NATIVE_ARRAY [MONEY] to_special: SPECIAL [MONEY] upper: INTEGER_32 valid_index (i: INTEGER_32): BOOLEAN Commands automatic_grow clear_all compare_objects compare_references conservative_resize_with_default (a_default_value: MONEY; min_index, max_index: INTEGER_32) copy (other: [like Current] MONEY_ARRAY) discard_items do_all (action: PROCEDURE [MONEY]) do_all_with_index (action: PROCEDURE [MONEY, INTEGER_32]) do_if (action: PROCEDURE [MONEY]; test: FUNCTION [MONEY, BOOLEAN]) do_if_with_index (action: PROCEDURE [MONEY, INTEGER_32]; test: FUNCTION [MONEY, INTEGER_32, BOOLEAN]) enter (v: [like item] MONEY; i: INTEGER_32) fill (other: CONTAINER [MONEY]) fill_with (v: MONEY) force (v: [like item] MONEY; i: INTEGER_32) force_and_fill (v: [like item] MONEY; i: INTEGER_32) grow (i: INTEGER_32) keep_head (n: INTEGER_32) keep_tail (n: INTEGER_32) make_empty make_filled (a_default_value: MONEY; min_index, max_index: INTEGER_32) make_from_array (a: ARRAY [MONEY]) make_from_cil (na: NATIVE_ARRAY [[like item] MONEY]) make_from_special (a: SPECIAL [MONEY]) prune_all (v: MONEY) put (v: [like item] MONEY; i: INTEGER_32) rebase (a_lower: [like lower] INTEGER_32) remove_head (n: INTEGER_32) remove_tail (n: INTEGER_32) subcopy (other: ARRAY [[like item] MONEY]; start_pos, end_pos, index_pos: INTEGER_32) trim
Generated by ISE EiffelStudio