Author:halw

Date:2011-03-06T22:56:13.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@827 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2011-03-06 23:06:13 +00:00
parent f6be26a40c
commit 3261a987bf
2 changed files with 27 additions and 14 deletions

View File

@@ -1,22 +1,35 @@
[[Property:title|eif_name_by_tid]]
[[Property:weight|-1]]
[[Property:uuid|7ae34f4d-5eaf-0703-29f7-54dc4f0fd49d]]
==SYNOPSYS==
<code>
'''#include "eif_cecil.h"
==Synopsis==
char *eif_name_by_tid (EIF_TYPE_ID''' ''tid''''');'''</code>
<code lang="text">
#include "eif_cecil.h"
char *eif_name_by_tid (EIF_TYPE_ID tid);
</code>
==Description==
The <code lang="text">eif_name_by_tid</code> function returns the name of the class corresponding to <code lang="text">tid</code>.
==Return value==
A statically allocated C string which is the name of the class. If <code lang="text">tid</code> is invalid, it returns <code lang="text">NULL</code>.
==Conformance==
==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).
==Compatibility==
[[eif_name]] is equivalent to [[eif_name_by_tid]].
{{SeeAlso| <br/>
[[eif_type]] <br/>
[[eif_type_by_reference]] <br/>
[[eif_type_id]] }}

View File

@@ -22,7 +22,7 @@ ISE Eiffel 4.4 and later.
==Compatibility==
<code lang="text">eif_name</code> is equivalent to <code lang="text">eif_name_by_tid</code>.
<code lang="text">eif_name</code> is equivalent to [[eif_name_by_tid]].
{{SeeAlso| <br/>