iterator_func Interface

interface
private subroutine iterator_func(me, done)

Arguments

Type IntentOptional 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