MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
MemoryContainerIterator.f90 File Reference

Go to the source code of this file.

Data Types

interface  memorycontaineriteratormodule::memorycontaineriteratortype
 An iterator used to iterate through a MemoryContainer. More...
 

Modules

module  memorycontaineriteratormodule
 

Functions/Subroutines

type(memorycontaineriteratortype) function memorycontaineriteratormodule::constructor (container_iterator)
 Constructor to create a MemoryContainerIterator. More...
 
logical(lgp) function memorycontaineriteratormodule::has_next (this)
 Indicates if there is a next node in the iteration chain. More...
 
subroutine memorycontaineriteratormodule::next (this)
 Increment the iterator to the next node. More...
 
type(memorytype) function, pointer memorycontaineriteratormodule::value (this)
 Get the value the iterator is pointing to. More...