Singly-linked list
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(sllist_obj), | public, | pointer | :: | child | => | null() | |
| integer, | public | :: | key | = | -1 | ||
| integer, | public | :: | val | = | -1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sllist_obj), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sllist_obj), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | key | |||
| integer, | intent(out) | :: | val |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sllist_obj), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | key | |||
| integer, | intent(in) | :: | val |