Definition at line 142 of file trees.f90.
subroutine trees::tree_nodevalueset::tree_node_value_set |
( |
type(tree_type), pointer |
TREE, |
|
|
type(tree_node_type), pointer |
TREE_NODE, |
|
|
integer(intg), intent(in) |
VALUE, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets the value at a specified tree node.
- Parameters
-
| tree | A pointer to the tree containing the tree node |
| tree_node | A pointer to the tree node to set the value of |
[in] | value | The value of the specified tree node to set |
[out] | err | The error code |
[out] | error | The error string. |
Definition at line 1096 of file trees.f90.