Automatic generation produced by ISE Eiffel
deferred class ACTIVE [G] General cluster: elks description: "Active data structures, which at every stage have a possibly undefined current item. Basic access and modification operations apply to the current item." Ancestors BAG * [G] Queries changeable_comparison_criterion : BOOLEAN extendible : BOOLEAN has (v: G): BOOLEAN is_empty : BOOLEAN is_inserted (v: G): BOOLEAN item : G linear_representation : LINEAR [G] new_cursor : ITERATION_CURSOR [G] object_comparison : BOOLEAN occurrences (v: G): INTEGER_32 prunable : BOOLEAN readable : BOOLEAN replaceable : BOOLEAN writable : BOOLEAN Commands compare_objects compare_references extend (v: G) fill (other: CONTAINER [G]) prune (v: G) prune_all (v: G) put (v: G) remove replace (v: G) wipe_out Constraints writable constraint empty constraint -- Generated by Eiffel Studio --
For more details: eiffel.org