Definition at line 126 of file trees.f90.
subroutine trees::tree_itemdelete::tree_item_delete |
( |
type(tree_type), pointer |
TREE, |
|
|
integer(intg), intent(in) |
KEY, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Deletes a tree node specified by a key from a tree.
- Parameters
-
| tree | A pointer to the Red-Black tree to delete from |
[in] | key | A pointer to the tree node to delete |
[out] | err | The error code |
[out] | error | The error string. |
Definition at line 521 of file trees.f90.