aot_path_copy Subroutine

private subroutine aot_path_copy(left, right)

Copy a given path object, this is the implementation of the assignment left = right.

Arguments

TypeIntentOptionalAttributesName
type(aot_path_type), intent(inout) :: left

Object to assign a path to

type(aot_path_type), intent(in) :: right

Path to be copied


Calls

proc~~aot_path_copy~~CallsGraph proc~aot_path_copy aot_path_copy proc~aot_fin_path aot_fin_path proc~aot_path_copy->proc~aot_fin_path proc~aot_path_delnode aot_path_delNode proc~aot_fin_path->proc~aot_path_delnode

Called by

proc~~aot_path_copy~~CalledByGraph proc~aot_path_copy aot_path_copy interface~assignment(=) assignment(=) interface~assignment(=)->proc~aot_path_copy

Contents


Variables

TypeVisibilityAttributesNameInitial
type(aot_path_node_type), private, pointer:: curNode