libsim  Versione6.3.0

◆ prepend()

subroutine list_abstract::prepend ( class(list this,
class(*)  value 
)
private

add class(*) to beginning of list

Definizione alla linea 188 del file list_abstract.F03.

188  this%lastLink => newlink
189  end if
190  this%index=this%index+1
191 end if
192 
193 this%currLink => newlink
194 
195 end function insert
196 
198 integer function currentindex(this)
199 class(list) :: this
200 currentindex=this%index
201 end function currentindex
202 
204 subroutine rewind(this)
205 class(list) :: this
Method for inserting elements of the array at a desired position.

Generated with Doxygen.