Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:
class CLASS_NAME_TRANSLATIONS General cluster: elks description: "Translations of class names between a storing and a retrieving system. Values in this table are names of classes in the retrieving system, indexed by names of generating classes in the storing system (i.e. with no generic arguments). Values may have generic arguments (e.g. %"MY_CLASS [DOUBLE]%"), thus allowing a very simple conversion of a non-generic class into a generic class. The presence of entries in this table affects all retrieve operations for objects stored using `independent_store'." create: default_create, make Ancestors HASH_TABLE [G, K -> detachable HASHABLE] Queries after: BOOLEAN at alias "@" (key: STRING_8): detachable STRING_8 capacity: INTEGER_32 changeable_comparison_criterion: BOOLEAN conflict: BOOLEAN count: INTEGER_32 current_keys: ARRAY [STRING_8] cursor: CURSOR disjoint (other: HASH_TABLE [STRING_8, STRING_8]): BOOLEAN Extendible: BOOLEAN found: BOOLEAN found_item: detachable STRING_8 Full: BOOLEAN has (key: STRING_8): BOOLEAN has_item (v: detachable STRING_8): BOOLEAN has_key (key: STRING_8): BOOLEAN hash_code_of (a_key: attached STRING_8): INTEGER_32 inserted: BOOLEAN is_empty: BOOLEAN is_equal (other: [attached like Current] attached CLASS_NAME_TRANSLATIONS): BOOLEAN is_inserted (v: detachable STRING_8): BOOLEAN item alias "[]" (key: STRING_8): detachable STRING_8 item_for_iteration: STRING_8 iteration_item (i: INTEGER_32): STRING_8 iteration_lower: INTEGER_32 iteration_upper: INTEGER_32 key_for_iteration: STRING_8 linear_representation: ARRAYED_LIST [STRING_8] Mismatch_information: MISMATCH_INFORMATION new_cursor: HASH_TABLE_ITERATION_CURSOR [STRING_8, STRING_8] not_found: BOOLEAN object_comparison: BOOLEAN occurrences (v: detachable STRING_8): INTEGER_32 off: BOOLEAN out: STRING_8 prunable: BOOLEAN removed: BOOLEAN replaced: BOOLEAN same_keys (a_search_key, a_key: STRING_8): BOOLEAN valid_cursor (c: CURSOR): BOOLEAN valid_iteration_index (i: INTEGER_32): BOOLEAN valid_key (k: STRING_8): BOOLEAN Commands accommodate (n: INTEGER_32) compare_objects compare_references copy (other: [attached like Current] attached CLASS_NAME_TRANSLATIONS) default_create extend (new, key: STRING_8) fill (other: CONTAINER [detachable STRING_8]) force (new, key: STRING_8) forth go_to (c: CURSOR) make (n: INTEGER_32) make_equal (n: INTEGER_32) merge (other: HASH_TABLE [STRING_8, STRING_8]) prune (v: detachable STRING_8) put (new, key: STRING_8) replace (new, key: STRING_8) search (key: STRING_8) start wipe_out
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:

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