libsim  Versione 7.2.6

◆ prepend()

subroutine list_abstractforchar::prepend ( class(list this,
character(len=*)  value 
)
private

add class(*) to beginning of list

Definizione alla linea 177 del file list_abstractforchar.F03.

178  this%lastLink => newlink
179  end if
180  this%index=this%index+1
181 end if
182 
183 this%currLink => newlink
184 
185 end function insert
186 
188 integer function currentindex(this)
189 class(list) :: this
190 currentindex=this%index
191 end function currentindex
192 
194 subroutine rewind(this)
195 class(list) :: this

Generated with Doxygen.