Version
eif_access
- Contents
- Synopsis
- Description
- Return value
- Conformance
Synopsis
#include "eif_hector.h"
EIF_REFERENCE eif_access (EIF_OBJECT obj);
Description
The eif_access
macro accesses the Eiffel object obj
.
Return value
The Eiffel reference (EIF_REFERENCE
) protected by obj
which can be passed to Eiffel routines.
Conformance
ISE Eiffel 4.1 and later.
Back to CECIL Reference