buds  0.1
FORTRAN reference counted types
Private Member Functions | List of all members

Query data from node in the linked list. More...

Collaboration diagram for get_data:
Collaboration graph

Private Member Functions

subroutine get_node_data_idx_ (this, D, index)
 

Detailed Description

Query data from node in the linked list.

Retrieve the contained iArray2D 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 iArray2D.


The documentation for this interface was generated from the following file: