|
◆ next()
subroutine list_abstractforchar::next |
( |
class(list) |
this | ) |
|
|
private |
increment list iterator
Definizione alla linea 257 del file list_abstractforchar.F03.
259 element = associated(this%currLink)
264 logical function seek(this, index)
268 if ( index == this%index) then
|