Update wikipage eif_type_by_name. (Signed-off-by:jocelyn).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1515 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-03-31 21:04:49 +00:00
parent 4c8f8a809f
commit ee187bab6f

View File

@@ -1,43 +1,43 @@
[[Property:title|eif_type_by_name]] [[Property:title|eif_type_by_name]]
[[Property:weight|7]] [[Property:weight|7]]
[[Property:uuid|51549b56-757c-f91f-6d27-5784a12181ac]] [[Property:uuid|51549b56-757c-f91f-6d27-5784a12181ac]]
==Synopsis== ==Synopsis==
<code lang="text"> <code lang="text">
#include "eif_gen_conf.h" #include "eif_gen_conf.h"
EIF_TYPE_ID eif_type_by_name (char * type); EIF_TYPE_ID eif_type_by_name (char * type);
</code> </code>
==Description== ==Description==
The <code lang="text">eif_type_by_name</code> function returns the type identifier corresponding to <code lang="text">type</code>, which is the name of the type. The <code lang="text">eif_type_by_name</code> function returns the type identifier corresponding to <code lang="text">type</code>, which is the name of the type.
==Return value== ==Return value==
The <code lang="text">eif_type_by_name</code> function returns the type. The <code lang="text">eif_type_by_name</code> function returns the type.
==Notes== ==Notes==
An error cannot be caught by a visible exception. An error cannot be caught by a visible exception.
The type is not necessary visible. The type is not necessary visible.
==Conformance== ==Conformance==
ISE Eiffel 4.3 and later. ISE Eiffel 4.3 and later.
==Compatibility== ==Compatibility==
<code lang="text">eif_type_by_name</code> is equivalent to [[eif_type_id]]. <code lang="text">eif_type_by_name</code> is equivalent to [[eif_type_id]].
{{SeeAlso| <br/> {{SeeAlso| <br/>
[[eif_reference_function]] <br/> [[eif_*_function]] <br/>
[[eif_procedure]]<br/> [[eif_procedure]]<br/>
[[eif_type]] <br/> [[eif_type]] <br/>
[[eif_name]] }} [[eif_name]] }}