[[Property:title|eif_name_by_tid]]
[[Property:weight|-1]]
[[Property:uuid|7ae34f4d-5eaf-0703-29f7-54dc4f0fd49d]]
==Synopsis==
#include "eif_cecil.h"
char *eif_name_by_tid (EIF_TYPE_ID tid);
==Description==
The eif_name_by_tid
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_by_tid]] is equivalent to [[eif_name]].
{{SeeAlso|
[[eif_type]]
[[eif_type_by_reference]]
[[eif_type_id]] }}