+
Point of view
All features
class TYPED_VARIANT [E_]
Summary
An object holding values that may be picked from several effective types. A variant object could hold an integer, another a string, another a date.
Direct parents
Inherit list: REFERENCE, VARIANT
Overview
Creation features
{ANY}
Features
{ANY}
  • out: STRING
    Create a new string containing terse printable representation of current object.
{ANY}
out: STRING
effective function
{ANY}
Create a new string containing terse printable representation of current object.
item: E_
writable attribute
{ANY}
set_item (i: E_) assign item
effective procedure
{ANY}
ensure
clear
effective procedure
{ANY}
Reset item with the default value.