key_iterator Interface

interface
private subroutine key_iterator(key, value, done)

Arguments

Type IntentOptional Attributes Name
class(*), intent(in) :: key

the node key

class(*), pointer :: value

pointer to the node value

logical, intent(out) :: done

set to true to stop traversing

Description

for traversing all keys in a list