From 7700cebc5a3229d88a1e5b330f18cb46349550f6 Mon Sep 17 00:00:00 2001 From: halw Date: Mon, 7 Mar 2011 17:24:15 +0000 Subject: [PATCH] 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 --- .../cecil-reference/eif-type-reference.wiki | 35 +++++++++++++------ 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-reference.wiki b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-reference.wiki index bdc4f501..44572d11 100644 --- a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-reference.wiki +++ b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-reference.wiki @@ -1,20 +1,33 @@ [[Property:title|eif_type_by_reference]] [[Property:weight|8]] [[Property:uuid|1258584a-0aae-3246-0553-98817deda6e0]] -==SYNOPSYS== - -'''#include "eif_cecil.h" +==Synopsis== -EIF_TYPE_ID eif_type_by_reference (EIF_REFERENCE''' ''reference''''');''' + +#include "eif_cecil.h" + +EIF_TYPE_ID eif_type_by_reference (EIF_REFERENCE reference); + + +==Description== + +The eif_type_by_reference function returns the type identifier corresponding to reference. + +==Return value== + +Type identifier of reference. + +The behavior is unpredictable if reference 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. -==SEE ALSO== -'''eif_type'''(1) , '''eif_name'''(1), '''eif_type_id'''(1). + + +{{SeeAlso|
+[[eif_type]]
+[[eif_name]]
+[[eif_type_id]] }}