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

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...