|
subroutine | tree_item_insert (TREE, KEY, VALUE, INSERT_STATUS, ERR, ERROR,) |
| Inserts a tree node into a red-black tree. More...
|
|
Definition at line 130 of file trees.f90.
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
-
| tree | A pointer to the Red-Black tree to insert into |
[in] | key | The key to insert |
[in] | value | The value to insert |
[out] | insert_status | On exit, the status of the insert |
- See also
- TREES::TreeNodeInsertStatus,TREES::TreeNodeInsertStatus
- Parameters
-
[out] | err | The error code |
[out] | error | The error string. |
Definition at line 769 of file trees.f90.