![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Data Types | |
| interface | listiteratormodule::listiteratortype |
| An iterator used to iterate through a List. More... | |
Modules | |
| module | listiteratormodule |
Functions/Subroutines | |
| type(listiteratortype) function | listiteratormodule::constructor (first_node) |
| Constructor to create a ListIterator. More... | |
| logical(lgp) function | listiteratormodule::has_next (this) |
| Indicates if there is a next node in the iteration chain. More... | |
| subroutine | listiteratormodule::next (this) |
| Increment the iterator to the next node. More... | |
| class(*) function, pointer | listiteratormodule::value (this) |
| Get the value the iterator is pointing at. More... | |