[[Property:title|eif_name]]
[[Property:weight|-2]]
[[Property:uuid|2921b2ef-1f59-cd26-df50-5cb946eae84c]]
==Synopsis==
#include "eif_cecil.h"
char *eif_name (EIF_TYPE_ID tid);
==Description==
The eif_name
function returns the name of the class corresponding to tid
.
==Return value==
A statically allocated C string which is the name of the class. If tid
is invalid, it returns NULL
.
==Conformance==
ISE Eiffel 4.4 and later.
==Compatibility==
[[eif_name]] is equivalent to [[eif_name_by_tid]].
{{SeeAlso|
[[eif_type]]
[[eif_type_by_reference]]
[[eif_type_id]] }}