libsim Versione 7.2.4

◆ next()

subroutine next ( class(list) this)
private

increment list iterator

Definizione alla linea 257 del file list_abstractforchar.F03.

258
259element = associated(this%currLink)
260end function element
261
264logical function seek(this, index)
265class(list) :: this
266integer :: index
267
268if (index == this%index) then
Index method.

Generated with Doxygen.