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