From 528e8276ff781b2c77f70d81c1ef28c3471d4016 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 31 Mar 2016 21:03:20 +0000 Subject: [PATCH] Update wikipage eif_attribute_type. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1511 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../cecil-reference/eif-attribute-type.wiki | 78 +++++++++---------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-attribute-type.wiki b/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-attribute-type.wiki index e16ba38c..f5450227 100644 --- a/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-attribute-type.wiki +++ b/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-attribute-type.wiki @@ -1,39 +1,39 @@ -[[Property:title|eif_attribute_type]] -[[Property:weight|-11]] -[[Property:uuid|28b3840f-648f-dc4d-8c83-70532a5e8e63]] -==Synopsis== - -#include "eif_cecil.h" - -int eif_attribute_type (char *attr, EIF_TYPE_ID tid); - - -==Description== -The eif_attribute_type function returns the type of the attribute attr, from the Eiffel type, which type identifier is tid. - -==Return value== - -Sucessful: One of the following: -# EIF_INTEGER_TYPE -# EIF_CHARACTER_TYPE -# EIF_BOOLEAN_TYPE -# EIF_DOUBLE_TYPE -# EIF_REAL_TYPE -# EIF_REFERENCE_TYPE -# EIF_EXPANDED_TYPE -# EIF_BIT_TYPE - -Failing: EIF_NO_TYPE - -==Conformance== -ISE Eiffel 4.5 and later. - -{{SeeAlso|
-[[eif_protect]]
-[[attribute_exists]]
-[[eif_procedure]]
-[[eif_reference_function]] }} - - - - +[[Property:title|eif_attribute_type]] +[[Property:weight|-11]] +[[Property:uuid|28b3840f-648f-dc4d-8c83-70532a5e8e63]] +==Synopsis== + +#include "eif_cecil.h" + +int eif_attribute_type (char *attr, EIF_TYPE_ID tid); + + +==Description== +The eif_attribute_type function returns the type of the attribute attr, from the Eiffel type, which type identifier is tid. + +==Return value== + +Sucessful: One of the following: +# EIF_INTEGER_TYPE +# EIF_CHARACTER_TYPE +# EIF_BOOLEAN_TYPE +# EIF_DOUBLE_TYPE +# EIF_REAL_TYPE +# EIF_REFERENCE_TYPE +# EIF_EXPANDED_TYPE +# EIF_BIT_TYPE + +Failing: EIF_NO_TYPE + +==Conformance== +ISE Eiffel 4.5 and later. + +{{SeeAlso|
+[[eif_protect]]
+[[attribute_exists]]
+[[eif_procedure]]
+[[eif_*_function]] }} + + + +