mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-05 01:29:28 +02:00
Author:admin
Date:2008-09-17T13:53:28.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[[Property:title|Reference for `attribute_exists']]
|
||||
[[Property:link_title|attribute_exists]]
|
||||
[[Property:weight|-15]]
|
||||
==SYNOPSYS==
|
||||
<code>
|
||||
'''#include "eif_cecil.h"'''
|
||||
|
||||
'''EIF_BOOLEAN attribute_exists (EIF_REFERENCE''' ''object'', '''char *''' ''name''''')''';</code>
|
||||
|
||||
==DESCRIPTION==
|
||||
The '''attribute_exists()''' macro returns '''EIF_TRUE''' or '''EIF_FALSE''' when the attribute of name ''name'' exists in the Eiffel object (reference) ''ref'' '''. '''
|
||||
==RETURN VALUE==
|
||||
'''EIF_TRUE''' or '''EIF_FALSE'''.
|
||||
==CONFORMANCE==
|
||||
ISE Eiffel 4.5 and later.
|
||||
==SEE ALSO==
|
||||
'''eif_attribute''' (1).
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user