Version
eif_type_by_name
Synopsis
#include "eif_gen_conf.h"
EIF_TYPE_ID eif_type_by_name (char * type);
Description
The eif_type_by_name
function returns the type identifier corresponding to type
, which is the name of the type.
Return value
The eif_type_by_name
function returns the type.
Notes
An error cannot be caught by a visible exception.
The type is not necessary visible.
Conformance
ISE Eiffel 4.3 and later.
Compatibility
eif_type_by_name
is equivalent to eif_type_id.
Back to CECIL Reference
cached: 11/21/2024 7:26:06.000 AM