Definition at line 138 of file trees.f90.
subroutine trees::tree_nodevalueget::tree_node_value_get |
( |
type(tree_type), pointer |
TREE, |
|
|
type(tree_node_type), pointer |
TREE_NODE, |
|
|
integer(intg), intent(out) |
VALUE, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Gets 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 get the value of |
[out] | value | On exit, the value of the specified tree node |
[out] | err | The error code |
[out] | error | The error string. |
Definition at line 1059 of file trees.f90.