Taking care of the linked list in a copying routine for the assignment of aot_path_type.
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 |