Version
eif_name_by_tid
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.
Back to CECIL Reference