libsim  Versione 7.2.4

◆ display()

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

Print the list.

Definizione alla linea 123 del file list_abstractforchar.F03.

124 subroutine prepend(this, value)
125 class(list) :: this
126 character(len=*) :: value
127 class(link), pointer :: newLink
128 
129 newlink => link(value)
130 this%currLink => newlink
131 

Generated with Doxygen.