mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-02-28 20:01:48 +01:00
Created Documentation branch for 25.02
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2485 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
[[Property:title|eif_name]]
|
||||
[[Property:weight|-2]]
|
||||
[[Property:uuid|2921b2ef-1f59-cd26-df50-5cb946eae84c]]
|
||||
==Synopsis==
|
||||
<code lang="text">
|
||||
#include "eif_cecil.h"
|
||||
|
||||
char *eif_name (EIF_TYPE_ID tid);
|
||||
</code>
|
||||
|
||||
==Description==
|
||||
|
||||
The <code lang="text">eif_name</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==
|
||||
|
||||
ISE Eiffel 4.4 and later.
|
||||
|
||||
==Compatibility==
|
||||
|
||||
[[eif_name]] is equivalent to [[eif_name_by_tid]].
|
||||
|
||||
|
||||
{{SeeAlso| <br/>
|
||||
[[eif_type]] <br/>
|
||||
[[eif_type_by_reference]] <br/>
|
||||
[[eif_type_id]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user