mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-05 09:39:31 +02:00
Author:halw
Date:2011-03-07T17:56:33.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@836 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -9,7 +9,7 @@ EIFFEL_TYPE eif_attribute (EIF_REFERENCE object, char * name, EIFFEL_TYPE, int *
|
||||
</code>
|
||||
|
||||
==Description==
|
||||
The <code lang="text">eif_attribute()</code> macro returns the attribute of name <code lang="text">name</code>, which is of type <code lang="text">EIFFEL_TYPE</code>.
|
||||
The <code lang="text">eif_attribute</code> macro returns the attribute of name <code lang="text">name</code>, which is of type <code lang="text">EIFFEL_TYPE</code>.
|
||||
<code lang="text">EIFFEL_TYPE</code> is the type of the Eiffel attribute. It can be one of the following:
|
||||
# <code lang="text">EIF_INTEGER</code>
|
||||
# <code lang="text">EIF_CHARACTER</code>
|
||||
@@ -30,9 +30,9 @@ Failing: (<code lang="text">EIFFEL_TYPE</code>) 0
|
||||
|
||||
==Notes==
|
||||
|
||||
If the return value is an <code lang="text">EIF_REFERENCE</code>, you must protect it with <code lang="text">eif_protect()</code>.
|
||||
If the return value is an <code lang="text">EIF_REFERENCE</code>, you must protect it with [[eif_protect]].
|
||||
|
||||
You cannot access a constant attribute, or the result of a once function with <code lang="text">eif_attribute()</code>.
|
||||
You cannot access a constant attribute, or the result of a once function with <code lang="text">eif_attribute</code>.
|
||||
|
||||
==Conformance==
|
||||
|
||||
|
||||
Reference in New Issue
Block a user