+
Point of view
All features
expanded class FOREIGN_TYPE
Summary
Direct parents
Insert list: ANY
Overview
Features
{ANY}
{FOREIGN_TYPES}
{FOREIGN_AGENT}
{}
ffi_type: POINTER
writable attribute
{ANY}
is_equal (other: FOREIGN_TYPE): BOOLEAN
effective function
{ANY}
Is other attached to an object considered equal to current object?
require
  • other /= Void
ensure
  • commutative: generating_type = other.generating_type implies Result = other.is_equal(Current)
set_ffi_type (a_ffi_type: POINTER, a_factory: FUNCTION[TUPLE, FOREIGN_OBJECT], a_name: STRING)
effective procedure
effective function
writable attribute
{}
name: STRING
writable attribute
{}