Version
eif_attribute_type
- Contents
- Synopsis
- Description
- Return value
- Conformance
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.
Back to CECIL Reference