Iterator procedure for traversing all nodes in a dictionary.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dictionary_node), | intent(in), | pointer | :: | node | Actual node pointer in the dictionary. |
|
| logical, | intent(out) | :: | done | Flag to set to true to stop traversing. |
Iterator procedure for traversing all nodes in a dictionary.