![]() |
Octopus
|
This class implements a linked list of unlimited polymorphic values. More...
This class implements a linked list of unlimited polymorphic values.
Iterating over the list is done using the associated iterator and there are two ways of doing so. The first is by using a "do while" construct:
Definition at line 186 of file linked_list.F90.

Private Member Functions | |
| procedure | add => list_add_node |
Additional Inherited Members | |
Public Attributes inherited from linked_list_oct_m::linked_list_t | |
| integer, public | size = 0 |
|
private |
Definition at line 189 of file linked_list.F90.