The delNode removes the last node from the list of nodes of the given path.
With the optional isEmpty argument, it can be tested, if the list is completely empty after this operation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(aot_path_type), | intent(inout) | :: | me | Path to delet the last node from |
||
logical, | intent(out), | optional | :: | isEmpty | Flag, if resulting path is empty (contains no nodes anymore) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(aot_path_node_type), | private, | pointer | :: | curNode | => | NULL() | |
logical, | private | :: | emptyList |