mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 07:42:33 +01:00
Overhaul.
Author:halw Date:2011-03-07T17:24:15.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@833 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,20 +1,33 @@
|
|||||||
[[Property:title|eif_type_by_reference]]
|
[[Property:title|eif_type_by_reference]]
|
||||||
[[Property:weight|8]]
|
[[Property:weight|8]]
|
||||||
[[Property:uuid|1258584a-0aae-3246-0553-98817deda6e0]]
|
[[Property:uuid|1258584a-0aae-3246-0553-98817deda6e0]]
|
||||||
==SYNOPSYS==
|
==Synopsis==
|
||||||
<code>
|
|
||||||
'''#include "eif_cecil.h"
|
|
||||||
|
|
||||||
EIF_TYPE_ID eif_type_by_reference (EIF_REFERENCE''' ''reference''''');'''</code>
|
<code lang="text">
|
||||||
|
#include "eif_cecil.h"
|
||||||
|
|
||||||
|
EIF_TYPE_ID eif_type_by_reference (EIF_REFERENCE reference);
|
||||||
|
</code>
|
||||||
|
|
||||||
|
==Description==
|
||||||
|
|
||||||
|
The <code lang="text">eif_type_by_reference</code> function returns the type identifier corresponding to <code lang="text">reference</code>.
|
||||||
|
|
||||||
|
==Return value==
|
||||||
|
|
||||||
|
Type identifier of <code lang="text">reference</code>.
|
||||||
|
|
||||||
|
The behavior is unpredictable if <code lang="text">reference</code> is not a valid Eiffel reference.
|
||||||
|
|
||||||
|
==Conformance==
|
||||||
|
|
||||||
==DESCRIPTION==
|
|
||||||
The '''eif_type_by_reference()''' function returns the type identifier corresponding to ''reference''.
|
|
||||||
==RETURN VALUE==
|
|
||||||
Type identifier of ''reference''. The behavior is unknown if ''reference'' is not a valid Eiffel reference.
|
|
||||||
==CONFORMANCE==
|
|
||||||
ISE Eiffel 4.5 and later.
|
ISE Eiffel 4.5 and later.
|
||||||
==SEE ALSO==
|
|
||||||
'''eif_type'''(1) , '''eif_name'''(1), '''eif_type_id'''(1).
|
|
||||||
|
{{SeeAlso| <br/>
|
||||||
|
[[eif_type]] <br/>
|
||||||
|
[[eif_name]] <br/>
|
||||||
|
[[eif_type_id]] }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user