libsim  Versione6.3.0

◆ next()

subroutine list_abstractforchar::next ( class(list this)
private

increment list iterator

Definizione alla linea 270 del file list_abstractforchar.F03.

270  return
271 end if
272 
273 if (index < (this%index) .or. .not. c_e(this%index)) then
274  call this%rewind()
275 end if
276 
277 do while (this%element())
278  if (index == this%index) then
279  seek =.true.
280  return
Index method.

Generated with Doxygen.