Copy a given path object, this is the implementation of the assignment left = right.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(aot_path_type), | intent(inout) | :: | left | Object to assign a path to |
||
| type(aot_path_type), | intent(in) | :: | right | Path to be copied |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(aot_path_node_type), | private, | pointer | :: | curNode |