From 75ffd656aa9d2b5708901ec43c73268cb720d8e9 Mon Sep 17 00:00:00 2001 From: halw Date: Mon, 7 Mar 2011 17:30:34 +0000 Subject: [PATCH] Overhaul. Author:halw Date:2011-03-07T17:30:34.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@834 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../cecil/cecil-reference/eif-type-id.wiki | 50 +++++++++++++------ 1 file changed, 35 insertions(+), 15 deletions(-) diff --git a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-id.wiki b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-id.wiki index 021a4040..3ad6af12 100644 --- a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-id.wiki +++ b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-type-id.wiki @@ -1,25 +1,45 @@ [[Property:title|eif_type_id]] [[Property:weight|9]] [[Property:uuid|248182c3-5e89-4adc-097f-f03cb934eb63]] -==SYNOPSYS== - -'''#include "eif_gen_conf.h" +==Synopsis== -EIF_TYPE_ID eif_type_id (char *''' ''type''''');''' + +#include "eif_gen_conf.h" + +EIF_TYPE_ID eif_type_id (char * type); + + +==Description== + +The eif_type_id function returns the type identifier corresponding to type, which is the name of the type. + +==Return value== + +The type identifier of type. + +==Notes== + +An error cannot be caught by a visible exception. -==DESCRIPTION== -The '''eif_type_id()''' function returns the type identifier corresponding to ''type'', which is the name of the type. -==RETURN VALUE== -The '''eif_type_id()''' function returns the type -==NOTES== -An error cannot be caught by a visible exception.
The type is not necessary visible. -==CONFORMANCE== + +==Conformance== + ISE Eiffel 4.3 and later. -==COMPATIBILITY== -'''eif_type_id()''' is equivalent to '''eif_type_by_name()'''. With ISE Eiffel 4.2 and earlier, use '''eif_generic_type()''' for generic types. -==SEE ALSO== -'''eif_reference_function'''(1) , '''eif_procedure'''(1) , '''eif_type'''(1), '''eif_name'''(1). + +==Compatibility== + +eif_type_id is equivalent to [[eif_type_by_name]]. + +With ISE Eiffel 4.2 and earlier, use eif_generic_type for generic types. + + +{{SeeAlso|
+[[eif_reference_function]]
+[[eif_procedure]]
+[[eif_type]]
+[[eif_name]] }} +