mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-02-08 03:24:44 +01:00
Date:2008-09-17T13:53:28.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
21 lines
536 B
Plaintext
21 lines
536 B
Plaintext
[[Property:title|Reference for `eif_access']]
|
|
[[Property:link_title|eif_access]]
|
|
[[Property:weight|-14]]
|
|
==SYNOPSYS==
|
|
<code>
|
|
'''#include "eif_hector.h"
|
|
|
|
EIF_REFERENCE eif_access (EIF_OBJECT''' ''obj''''');'''</code>
|
|
|
|
==DESCRIPTION==
|
|
The '''eif_access()''' macro accesses the Eiffel object ''obj''.
|
|
==RETURN VALUE==
|
|
It returns the Eiffel reference protected by ''obj'' and which can be passed to Eiffel routines.
|
|
==CONFORMANCE==
|
|
ISE Eiffel 4.1 and later.
|
|
==SEE ALSO==
|
|
'''eif_wean'''(1) , '''eif_adopt'''(1), '''eif_protect'''(1).
|
|
|
|
|
|
|