Made WSF_TABLE a TABLE_ITERABLE.
This commit is contained in:
@@ -2,8 +2,8 @@ note
|
|||||||
description: "[
|
description: "[
|
||||||
Table which can contain value indexed by a key
|
Table which can contain value indexed by a key
|
||||||
]"
|
]"
|
||||||
date: "$Date$"
|
date: "$Date: 2015-11-05 21:52:56 +0100 (jeu., 05 nov. 2015) $"
|
||||||
revision: "$Revision$"
|
revision: "$Revision: 98081 $"
|
||||||
|
|
||||||
class
|
class
|
||||||
WSF_TABLE
|
WSF_TABLE
|
||||||
@@ -14,7 +14,7 @@ inherit
|
|||||||
as_string
|
as_string
|
||||||
end
|
end
|
||||||
|
|
||||||
ITERABLE [WSF_VALUE]
|
TABLE_ITERABLE [WSF_VALUE, READABLE_STRING_32]
|
||||||
|
|
||||||
create
|
create
|
||||||
make,
|
make,
|
||||||
@@ -193,7 +193,7 @@ feature -- Element change
|
|||||||
|
|
||||||
feature -- Traversing
|
feature -- Traversing
|
||||||
|
|
||||||
new_cursor: ITERATION_CURSOR [WSF_VALUE]
|
new_cursor: TABLE_ITERATION_CURSOR [WSF_VALUE, READABLE_STRING_32]
|
||||||
do
|
do
|
||||||
Result := values.new_cursor
|
Result := values.new_cursor
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user