pointer Chart

Automatic generation produced by ISE Eiffel

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: [like Current] 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: READABLE_STRING_8 ): BOOLEAN to_integer_32 : INTEGER_32 to_reference : POINTER_REF Commands fixme (comment: READABLE_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: READABLE_STRING_8 )

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

AltStyle によって変換されたページ (->オリジナル) /