Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:
expanded class POINTER General cluster: elks description: "References to objects meant to be exchanged with non-Eiffel software." create: default_create, make_from_reference Ancestors POINTER_REF Queries hash_code: INTEGER_32 is_default_pointer: BOOLEAN is_equal (other: [attached like Current] attached POINTER): BOOLEAN is_hashable: BOOLEAN item: POINTER memory_alloc (a_size: INTEGER_32): POINTER memory_calloc (a_count, a_element_size: INTEGER_32): POINTER memory_compare (other: POINTER; a_size: INTEGER_32): BOOLEAN memory_realloc (a_size: INTEGER_32): POINTER out: STRING_8 plus alias "+" (offset: INTEGER_32): POINTER to_implement_assertion (comment: STRING_8): BOOLEAN to_integer_32: INTEGER_32 to_reference: POINTER_REF Commands fixme (comment: STRING_8) memory_copy (a_source: POINTER; a_size: INTEGER_32) memory_free memory_move (a_source: POINTER; a_size: INTEGER_32) memory_set (val, n: INTEGER_32) set_item (p: POINTER) to_implement (comment: STRING_8)
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:

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