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