mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-02-28 20:01:48 +01:00
Created Documentation branch for 25.02
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2485 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[[Property:title|eif_adopt]]
|
||||
[[Property:weight|-13]]
|
||||
[[Property:uuid|dc8ef8a9-7082-2a27-4e45-8f1d4472dbda]]
|
||||
==Synopsis==
|
||||
<code lang="text">
|
||||
#include "eif_hector.h"
|
||||
|
||||
EIF_OBJECT eif_adopt (EIF_OBJECT obj);
|
||||
</code>
|
||||
|
||||
==Description==
|
||||
The <code lang="text">eif_adopt</code> function adopts <code lang="text">obj</code>. By adopting it, the user prevents <code lang="text">obj</code> from being unprotected automatically by the Eiffel run-time. The run-time protects automatically the Eiffel objects passed to a C external before entering the external and unprotects them after exiting the C external. To keep this protection later on, you must call <code lang="text">eif_adopt</code>.
|
||||
|
||||
==Return value==
|
||||
An <code lang="text">EIF_OBJECT</code>. This return value can be used later to access the nested, protected Eiffel reference with [[eif_access]].
|
||||
|
||||
==Conformance==
|
||||
ISE Eiffel 4.1 and later.
|
||||
|
||||
|
||||
{{SeeAlso| <br/>
|
||||
[[eif_access]]<br/>
|
||||
[[eif_protect]]<br/>
|
||||
[[eif_wean]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user