- indexing
- title: "Container for the arguments array"
- copyright: "Object Tools, 1995-2001"
- version: "1.2"
- cluster: formats
class G_ARGUMENTS_ITERATOR
- creation
- make
- feature -- Creation
-
make (a: ARRAY [ANY])
-
current_item: ANY
-
- ensure
-
Result /= void
-
go_forth
-
- require
-
arg /= void
-
check_finished
-
-
-- all arguments taken?
-
arg: ARRAY [ANY]
end -- class G_ARGUMENTS_ITERATOR