From 4854bbe40f8a728a555f431397bc36ebde2318d6 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 31 Mar 2016 21:01:57 +0000 Subject: [PATCH] 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 --- .../cecil/cecil-reference/eif-type-id.wiki | 90 +++++++++---------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-type-id.wiki b/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-type-id.wiki index 3ad6af12..e7ab31a8 100644 --- a/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-type-id.wiki +++ b/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-type-id.wiki @@ -1,45 +1,45 @@ -[[Property:title|eif_type_id]] -[[Property:weight|9]] -[[Property:uuid|248182c3-5e89-4adc-097f-f03cb934eb63]] -==Synopsis== - - -#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. - -The type is not necessary visible. - -==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. - - -{{SeeAlso|
-[[eif_reference_function]]
-[[eif_procedure]]
-[[eif_type]]
-[[eif_name]] }} - - - - +[[Property:title|eif_type_id]] +[[Property:weight|9]] +[[Property:uuid|248182c3-5e89-4adc-097f-f03cb934eb63]] +==Synopsis== + + +#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. + +The type is not necessary visible. + +==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. + + +{{SeeAlso|
+[[eif_*_function]]
+[[eif_procedure]]
+[[eif_type]]
+[[eif_name]] }} + + + +