libsim  Versione 7.1.8

◆ display()

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

Print the list.

Definizione alla linea 111 del file list_abstractforchar.F03.

112 else
113  call newlink%setPrevLink(this%lastLink)
114  call this%lastLink%setNextLink(newlink)
115 
116  this%lastLink => newlink
117  this%index=this%index+1
118 end if
119 

Generated with Doxygen.