- Basic computing
- GUI building
- Dates and times
- With other languages
- Porting instructions
- Concurrent computing
- Networking
- Database access
- Web technology
- Text processing
- Preferences
attribute_exists
Contents
|
Overview
#include "eif_cecil.h" EIF_BOOLEAN attribute_exists (EIF_REFERENCE object, char * name);
Description
The attribute_exists() macro returns EIF_TRUE when the attribute of name name exists in the Eiffel object (reference) object.
Return value
EIF_TRUE or EIF_FALSE.
Conformance
ISE Eiffel 4.5 and later.
See Also:
eif_attribute