mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2112 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
25 lines
667 B
Plaintext
25 lines
667 B
Plaintext
[[Property:title|attribute_exists]]
|
|
[[Property:weight|-15]]
|
|
[[Property:uuid|7cdf93a7-6f63-869a-5443-b8908a086d18]]
|
|
==Overview==
|
|
<code lang="text">
|
|
#include "eif_cecil.h"
|
|
|
|
EIF_BOOLEAN attribute_exists (EIF_REFERENCE object, char * name);
|
|
</code>
|
|
|
|
==Description==
|
|
The <code lang="text">attribute_exists()</code> macro returns <code lang="text">EIF_TRUE</code> when the attribute of name <code lang="text">name</code> exists in the Eiffel object (reference) <code lang="text">object</code>.
|
|
==Return value==
|
|
<code lang="text">EIF_TRUE</code> or <code lang="text">EIF_FALSE</code>.
|
|
==Conformance==
|
|
ISE Eiffel 4.5 and later.
|
|
|
|
|
|
{{SeeAlso|<br/>
|
|
[[eif_attribute]] }}
|
|
|
|
|
|
|
|
|