![]() |
Octopus
|
This class implements an iterator for the polymorphic linked list. More...
This class implements an iterator for the polymorphic linked list.
Definition at line 154 of file linked_list.F90.

Private Member Functions | |
| procedure | start => linked_list_iterator_start |
| procedure | has_next => linked_list_iterator_has_next |
| procedure | get_next_ptr => linked_list_iterator_get_next_ptr |
Private Attributes | |
| class(list_node_t), pointer | next_node => null() |
|
private |
Definition at line 158 of file linked_list.F90.
|
private |
Definition at line 159 of file linked_list.F90.
|
private |
Definition at line 160 of file linked_list.F90.
|
private |
Definition at line 156 of file linked_list.F90.