buds
0.1
FORTRAN reference counted types
|
Query data from node in the linked list. More...
Private Member Functions | |
subroutine | get_node_data_idx_ (this, D, index) |
Query data from node in the linked list.
Retrieve the contained cArray1D
via index specification, or the head
if the index is not specified.
Note If the index is negative it will correspond to the previous elements. If the linked list is circular the node will always be found and will correspond to the element mod(idx, nodes(this))
. For non-circular list specifying an index outside the previous/next number of nodes will return an un-initialized cArray1D
.