OpenCMISS-Iron Internal API Documentation
trees::tree_itemdelete Interface Reference

Private Member Functions

subroutine tree_item_delete (TREE, KEY, ERR, ERROR,)
 Deletes a tree node specified by a key from a tree. More...
 

Detailed Description

Definition at line 126 of file trees.f90.

Member Function/Subroutine Documentation

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
treeA pointer to the Red-Black tree to delete from
[in]keyA pointer to the tree node to delete
[out]errThe error code
[out]errorThe error string.

Definition at line 521 of file trees.f90.