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

Private Member Functions

subroutine tree_item_insert (TREE, KEY, VALUE, INSERT_STATUS, ERR, ERROR,)
 Inserts a tree node into a red-black tree. More...
 

Detailed Description

Definition at line 130 of file trees.f90.

Member Function/Subroutine Documentation

subroutine trees::tree_iteminsert::tree_item_insert ( type(tree_type), pointer  TREE,
integer(intg), intent(in)  KEY,
integer(intg), intent(in)  VALUE,
integer(intg), intent(out)  INSERT_STATUS,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Inserts a tree node into a red-black tree.

Parameters
treeA pointer to the Red-Black tree to insert into
[in]keyThe key to insert
[in]valueThe value to insert
[out]insert_statusOn exit, the status of the insert
See also
TREES::TreeNodeInsertStatus,TREES::TreeNodeInsertStatus
Parameters
[out]errThe error code
[out]errorThe error string.

Definition at line 769 of file trees.f90.