libsim  Versione 7.1.8

◆ next()

subroutine list_abstract::next ( class(list), intent(inout)  this)
private

increment list iterator

Definizione alla linea 267 del file list_abstract.F03.

268 logical function element(this)
269 class(list),intent(in) :: this
270 
271 element = associated(this%currLink)
272 end function element
273 
276 logical function seek(this, index)
277 class(list),intent(inout) :: this
278 integer :: index

Generated with Doxygen.