libsim  Versione7.2.6

◆ delete()

logical function list_abstractforchar::delete ( class(list this,
integer, optional  index 
)
private

delete values from list return .true.

if succes

Definizione alla linea 346 del file list_abstractforchar.F03.

346 this%currLink => prevlink
347 
348 if (associated(this%firstLink))then
349  this%index=max(this%index-1,1)
350 else
351  this%index=imiss ! index to current
352 endif
353 
354 end subroutine deleteitem
355 end function delete
356 
357 end module list_abstractforchar
358 
like abstract class to use character lists in fortran 2003 (gnu gcc 4.8 do not work with character(le...

Generated with Doxygen.