![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| interface | memorycontaineriteratortype |
| An iterator used to iterate through a MemoryContainer. More... | |
Functions/Subroutines | |
| type(memorycontaineriteratortype) function | constructor (container_iterator) |
| Constructor to create a MemoryContainerIterator. 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... | |
| type(memorytype) function, pointer | value (this) |
| Get the value the iterator is pointing to. More... | |
|
private |
Definition at line 31 of file MemoryContainerIterator.f90.

|
private |
Definition at line 42 of file MemoryContainerIterator.f90.
|
private |
Definition at line 52 of file MemoryContainerIterator.f90.
|
private |
Definition at line 61 of file MemoryContainerIterator.f90.