mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Update wikipage eif_type_id. (Signed-off-by:jocelyn).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1509 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,45 +1,45 @@
|
||||
[[Property:title|eif_type_id]]
|
||||
[[Property:weight|9]]
|
||||
[[Property:uuid|248182c3-5e89-4adc-097f-f03cb934eb63]]
|
||||
==Synopsis==
|
||||
|
||||
<code lang="text">
|
||||
#include "eif_gen_conf.h"
|
||||
|
||||
EIF_TYPE_ID eif_type_id (char * type);
|
||||
</code>
|
||||
|
||||
==Description==
|
||||
|
||||
The <code lang="text">eif_type_id</code> function returns the type identifier corresponding to <code lang="text">type</code>, which is the name of the type.
|
||||
|
||||
==Return value==
|
||||
|
||||
The type identifier of <code lang="text">type</code>.
|
||||
|
||||
==Notes==
|
||||
|
||||
An error cannot be caught by a visible exception.
|
||||
|
||||
The type is not necessary visible.
|
||||
|
||||
==Conformance==
|
||||
|
||||
ISE Eiffel 4.3 and later.
|
||||
|
||||
==Compatibility==
|
||||
|
||||
<code lang="text">eif_type_id</code> is equivalent to [[eif_type_by_name]].
|
||||
|
||||
With ISE Eiffel 4.2 and earlier, use <code lang="text">eif_generic_type</code> for generic types.
|
||||
|
||||
|
||||
{{SeeAlso| <br/>
|
||||
[[eif_reference_function]] <br/>
|
||||
[[eif_procedure]] <br/>
|
||||
[[eif_type]] <br/>
|
||||
[[eif_name]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
[[Property:title|eif_type_id]]
|
||||
[[Property:weight|9]]
|
||||
[[Property:uuid|248182c3-5e89-4adc-097f-f03cb934eb63]]
|
||||
==Synopsis==
|
||||
|
||||
<code lang="text">
|
||||
#include "eif_gen_conf.h"
|
||||
|
||||
EIF_TYPE_ID eif_type_id (char * type);
|
||||
</code>
|
||||
|
||||
==Description==
|
||||
|
||||
The <code lang="text">eif_type_id</code> function returns the type identifier corresponding to <code lang="text">type</code>, which is the name of the type.
|
||||
|
||||
==Return value==
|
||||
|
||||
The type identifier of <code lang="text">type</code>.
|
||||
|
||||
==Notes==
|
||||
|
||||
An error cannot be caught by a visible exception.
|
||||
|
||||
The type is not necessary visible.
|
||||
|
||||
==Conformance==
|
||||
|
||||
ISE Eiffel 4.3 and later.
|
||||
|
||||
==Compatibility==
|
||||
|
||||
<code lang="text">eif_type_id</code> is equivalent to [[eif_type_by_name]].
|
||||
|
||||
With ISE Eiffel 4.2 and earlier, use <code lang="text">eif_generic_type</code> for generic types.
|
||||
|
||||
|
||||
{{SeeAlso| <br/>
|
||||
[[eif_*_function]] <br/>
|
||||
[[eif_procedure]] <br/>
|
||||
[[eif_type]] <br/>
|
||||
[[eif_name]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user