Adds a new node to the linked list with a given column index and value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(row_t), | intent(inout) | :: | this |
type instance |
||
integer, | intent(in) | :: | column |
column position of the element |
||
class(*), | intent(in) | :: | element |
the element to be added |