mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
Overhaul.
Author:halw Date:2011-03-07T17:19:10.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@832 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,25 +1,43 @@
|
||||
[[Property:title|eif_type_by_name]]
|
||||
[[Property:weight|7]]
|
||||
[[Property:uuid|51549b56-757c-f91f-6d27-5784a12181ac]]
|
||||
==SYNOPSYS==
|
||||
<code>
|
||||
'''#include "eif_gen_conf.h"
|
||||
==Synopsis==
|
||||
|
||||
EIF_TYPE_ID eif_type_by_name (char *''' ''type''''');'''</code>
|
||||
<code lang="text">
|
||||
#include "eif_gen_conf.h"
|
||||
|
||||
EIF_TYPE_ID eif_type_by_name (char * type);
|
||||
</code>
|
||||
|
||||
==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.
|
||||
|
||||
==Return value==
|
||||
|
||||
The <code lang="text">eif_type_by_name</code> function returns the type.
|
||||
|
||||
==Notes==
|
||||
|
||||
An error cannot be caught by a visible exception.
|
||||
|
||||
==DESCRIPTION==
|
||||
The '''eif_type_by_name()''' function returns the type identifier corresponding to ''type'', which is the name of the type.
|
||||
==RETURN VALUE==
|
||||
The '''eif_type_by_name()''' function returns the type
|
||||
==NOTES==
|
||||
An error cannot be caught by a visible exception. <br/>
|
||||
The type is not necessary visible.
|
||||
==CONFORMANCE==
|
||||
|
||||
==Conformance==
|
||||
|
||||
ISE Eiffel 4.3 and later.
|
||||
==COMPATIBILITY==
|
||||
'''eif_type_by_name()''' is equivalent to '''eif_type_id()'''.
|
||||
==SEE ALSO==
|
||||
'''eif_reference_function'''(1) , '''eif_procedure'''(1) , '''eif_type'''(1), '''eif_name'''(1).
|
||||
|
||||
==Compatibility==
|
||||
|
||||
<code lang="text">eif_type_by_name</code> is equivalent to [[eif_type_id]].
|
||||
|
||||
|
||||
{{SeeAlso| <br/>
|
||||
[[eif_reference_function]] <br/>
|
||||
[[eif_procedure]]<br/>
|
||||
[[eif_type]] <br/>
|
||||
[[eif_name]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user