Files
eiffel-org/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-name.wiki
halw 17620ea450 Name change. Removed "Reference for".
Author:halw
Date:2011-03-06T21:05:38.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@813 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2011-03-06 21:05:38 +00:00

23 lines
645 B
Plaintext

[[Property:title|eif_name]]
[[Property:weight|-2]]
[[Property:uuid|2921b2ef-1f59-cd26-df50-5cb946eae84c]]
==SYNOPSYS==
<code>
'''#include "eif_cecil.h"
char *eif_name (EIF_TYPE_ID '''''tid''''');'''</code>
==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()'''.
==SEE ALSO==
'''eif_type'''(1) , '''eif_type_by_reference'''(1), '''eif_type_id'''(1).