added 18.07

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2049 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2018-07-11 09:05:50 +00:00
parent ec04a36d3d
commit 12a94b8720
2936 changed files with 61869 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
[[Property:title|eif_wean]]
[[Property:weight|10]]
[[Property:uuid|d94fdbce-8cbd-7714-ebfc-38e1f0526eaa]]
==Synopsis==
<code lang="text">
#include "eif_hector.h"
EIF_REFERENCE eif_wean (EIF_OBJECT obj);
</code>
==Description==
The <code lang="text">eif_wean</code> function releases the protection of the Eiffel reference, which is protected by the Eiffel object <code lang="text">obj</code>.
==Return value==
The Eiffel reference previously protected by <code lang="text">obj</code>.
==Conformance==
ISE Eiffel 4.1 and later.
{{SeeAlso| <br/>
[[eif_access]] <br/>
[[eif_adopt]] <br/>
[[eif_protect]] }}