FLlst
is a class that extends list
but implements a set of
features that give a little more structure to list objects. First the
elements of FLlst
must all be of the same class. Second it implements
a lock mechanism that, when turned on, does not allow the user to increase
or decrease the object length.
Slots
- .Data
The data.
list
.- names
Names of the list elements.
character
.- desc
Description of the object.
character
.- lock
Lock mechanism, if turned on the length of the list can not be modified by adding or removing elements.
logical
.