mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-05 01:29:28 +02:00
Author:admin
Date:2008-09-17T13:53:28.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[[Property:title|Reference for `eif_create']]
|
||||
[[Property:link_title|eif_create]]
|
||||
[[Property:weight|-7]]
|
||||
==SYNOPSYS==
|
||||
<code>
|
||||
'''#include "eif_cecil. h"'''
|
||||
|
||||
'''EIF_OBJECT eif_create (EIF_TYPE_ID''' ''tid''''');'''</code>
|
||||
|
||||
==DESCRIPTION==
|
||||
The '''eif_create()''' function creates an Eiffel object, which type identifier is ''tid''.
|
||||
==RETURN VALUE==
|
||||
It returns an Eiffel object, which is already protected.
|
||||
==NOTES==
|
||||
You cannot pass the return value to Eiffel routines as is: you must call '''eif_access()''' to pass it to Eiffel routine. <br/>
|
||||
To release the protection of an Eiffel object created with '''eif_create()''', call '''eif_wean()'''. It will be collected during the next collection.
|
||||
==CONFORMANCE==
|
||||
ISE Eiffel 4.1 and later.
|
||||
==SEE ALSO==
|
||||
'''eif_wean'''(1) , '''eif_type_id'''(1).
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user