GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
libraries
>
REFERENCE
+
Point of view
All features
ANY
All features
class REFERENCE [E_]
Summary
top
This class is useful to share a common volatile expanded value between different objects or as the result of a once function. So in most cases the E_ type is expanded and the reference to the
REFERENCE
[E_] container object shared.
Direct parents
Inherit list:
ANY_REFERENCE
Known children
Inherit list:
TYPED_VARIANT
Insert list:
COUNTER
Overview
top
Creation features
{
ANY
}
set_item
(i: E_) assign
item
Features
{
ANY
}
item
: E_
set_item
(i: E_) assign
item
clear
Reset
item
with the default value.
item
: E_
writable attribute
{
ANY
}
top
set_item
(i: E_) assign
item
effective procedure
{
ANY
}
top
ensure
item
= i
clear
effective procedure
{
ANY
}
top
Reset
item
with the default value.