mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-02-11 04:55:14 +01:00
Date:2008-09-17T13:53:28.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
23 lines
639 B
Plaintext
23 lines
639 B
Plaintext
[[Property:title|Reference for `eif_name']]
|
|
[[Property:link_title|eif_name]]
|
|
[[Property:weight|-2]]
|
|
==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).
|
|
|
|
|
|
|