Files
eiffel-org/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-name-tid.wiki
jfiat 8a46c5d793 Author:admin
Date:2008-09-19T07:54:43.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@25 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2008-09-19 07:54:43 +00:00

24 lines
722 B
Plaintext

[[Property:title|Reference for `eif_name_by_tid']]
[[Property:link_title|eif_name_by_tid]]
[[Property:weight|-1]]
[[Property:uuid|7ae34f4d-5eaf-0703-29f7-54dc4f0fd49d]]
==SYNOPSYS==
<code>
'''#include "eif_cecil.h"
char *eif_name_by_tid (EIF_TYPE_ID''' ''tid''''');'''</code>
==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()''' is equivalent to '''eif_name_by_tid()'''.
==SEE ALSO==
'''eif_type'''(1) , '''eif_type_by_reference'''(1), '''eif_type_id'''(1).