![]() |
(git:b77b4be)
|
global tree references More...
Functions/Subroutines | |
subroutine, public | add_to_references (gt_elem) |
adds global tree reference to the modified sub tree element(s) | |
subroutine, public | remove_gt_references (gt_ptr, tmc_env) |
removes the global tree references of this actual global tree element from all related sub tree elements | |
subroutine, public | remove_subtree_element_of_all_references (ptr) |
removes the pointers to a certain subtree element from every related global tree element | |
subroutine, public | search_and_remove_reference_in_list (gt_ptr, elem, tmc_env) |
removes the global tree references of this actual global tree element from all related sub tree elements | |
global tree references
subroutine, public tmc_tree_references::add_to_references | ( | type(global_tree_type), pointer | gt_elem | ) |
adds global tree reference to the modified sub tree element(s)
gt_elem | actual global tree element |
Definition at line 48 of file tmc_tree_references.F.
subroutine, public tmc_tree_references::remove_gt_references | ( | type(global_tree_type), pointer | gt_ptr, |
type(tmc_env_type), pointer | tmc_env | ||
) |
removes the global tree references of this actual global tree element from all related sub tree elements
gt_ptr | actual global tree element |
tmc_env | ... |
Definition at line 97 of file tmc_tree_references.F.
subroutine, public tmc_tree_references::remove_subtree_element_of_all_references | ( | type(tree_type), pointer | ptr | ) |
removes the pointers to a certain subtree element from every related global tree element
ptr | sub tree element |
Definition at line 129 of file tmc_tree_references.F.
subroutine, public tmc_tree_references::search_and_remove_reference_in_list | ( | type(global_tree_type), pointer | gt_ptr, |
type(tree_type), pointer | elem, | ||
type(tmc_env_type), pointer | tmc_env | ||
) |
removes the global tree references of this actual global tree element from all related sub tree elements
gt_ptr | actual global tree element |
elem | ... |
tmc_env | TMC environment |
Definition at line 201 of file tmc_tree_references.F.