mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Overhaul.
Author:halw Date:2011-03-07T17:40:38.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@835 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,20 +1,32 @@
|
||||
[[Property:title|eif_wean]]
|
||||
[[Property:weight|10]]
|
||||
[[Property:uuid|d94fdbce-8cbd-7714-ebfc-38e1f0526eaa]]
|
||||
==SYNOPSYS==
|
||||
<code>
|
||||
'''#include "eif_hector.h"
|
||||
==Synopsis==
|
||||
|
||||
EIF_REFERENCE eif_wean (EIF_OBJECT''' ''obj''''');'''</code>
|
||||
<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==
|
||||
|
||||
==DESCRIPTION==
|
||||
The '''eif_wean()''' function releases the protection of the Eiffel reference, which is protected by the Eiffel object ''obj''.
|
||||
==RETURN VALUE==
|
||||
It returns the Eiffel reference previously protected by obj.
|
||||
==CONFORMANCE==
|
||||
ISE Eiffel 4.1 and later.
|
||||
==SEE ALSO==
|
||||
'''eif_access'''(1) , '''eif_adopt'''(1), '''eif_protect'''(1).
|
||||
|
||||
|
||||
{{SeeAlso| <br/>
|
||||
[[eif_access]] <br/>
|
||||
[[eif_adopt]] <br/>
|
||||
[[eif_protect]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user