MONC
|
Private list node which holds the raw generic node data and pointers to next and previous list nodes. More...
Private Attributes | |
type(listnode_type), pointer | next =>null() |
The next nodes in the doubly linked list. More... | |
type(listnode_type), pointer | prev =>null() |
The next nodes in the doubly linked list. More... | |
class(*), pointer | data => null() |
Pointer to the generic data which is held by this node. More... | |
logical | memory_allocation_automatic |
Private list node which holds the raw generic node data and pointers to next and previous list nodes.
Definition at line 23 of file collections.F90.
|
private |
Pointer to the generic data which is held by this node.
Definition at line 27 of file collections.F90.
|
private |
Definition at line 28 of file collections.F90.
|
private |
The next nodes in the doubly linked list.
Definition at line 24 of file collections.F90.
|
private |
The next nodes in the doubly linked list.
Definition at line 24 of file collections.F90.