eif_type

Synopsis

#include "eif_cecil.h" EIF_TYPE_ID eif_type (EIF_OBJECT object);

Description

The eif_type function returns the type identifier corresponding to object.

Return value

Type identifier of object. The behavior is unpredictable if object is not a valid Eiffel object.

Conformance

ISE Eiffel 4.3 and later.

Compatibility

eif_type(object) is equivalent to eif_type_by_reference(eif_access(object)).

See Also:
eif_type_by_reference
eif_type_id

cached: 03/19/2024 12:35:35.000 AM