flist
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
iterator_func
Interface
14 statements
Source File
linked_list_module.f90
linked_list_module
iterator_func
Contents
None
interface
private subroutine iterator_func(me, done)
Arguments
Type
Intent
Optional
Attributes
Name
type(
node
),
pointer
::
me
logical,
intent(out)
::
done
set to true to stop traversing
Description
internal function for traversing all nodes in a list