get_node Function

private function get_node(this, column) result(node)

Returns a pointer to the node corresponding to the given column. Returns a nullified pointer if no node containing the given column index was found.

Arguments

TypeIntentOptionalAttributesName
class(row_t), intent(in) :: this

type instance

integer, intent(in) :: column

column index

Return Value type(node_t),pointer

the node with a column value that matches column


Contents

None