MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
interface | listiteratortype |
An iterator used to iterate through a List. More... | |
Functions/Subroutines | |
type(listiteratortype) function | constructor (first_node) |
Constructor to create a ListIterator. More... | |
logical(lgp) function | has_next (this) |
Indicates if there is a next node in the iteration chain. More... | |
subroutine | next (this) |
Increment the iterator to the next node. More... | |
class(*) function, pointer | value (this) |
Get the value the iterator is pointing at. More... | |
|
private |
|
private |
Definition at line 45 of file ListIterator.f90.
|
private |
Definition at line 60 of file ListIterator.f90.
|
private |
Definition at line 73 of file ListIterator.f90.