libsim
Versione6.3.0
list_abstract
append
countelements
currentindex
currentpoli
delete
display
element
forward
insert
next
prepend
prev
rewind
seek
◆
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
datetime_class::insert
Method for inserting elements of the array at a desired position.
Definition:
datetime_class.F90:632
Generated with
Doxygen
.