![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Data Types | |
| type | keyvaluelistmodule::keyvaluelisttype |
| A list that stores items as a key-value pair. More... | |
Modules | |
| module | keyvaluelistmodule |
Functions/Subroutines | |
| class(iteratortype) function, allocatable | keyvaluelistmodule::iterator (this) |
| subroutine | keyvaluelistmodule::add (this, key, val) |
| Add a key-value pair to the list. More... | |
| class(*) function, pointer | keyvaluelistmodule::get (this, key) |
| Get a value using a key. More... | |
| integer(i4b) function | keyvaluelistmodule::count (this) |
| The nummer of items in the list. More... | |
| subroutine | keyvaluelistmodule::clear (this) |
| Clears the list. More... | |
| subroutine | keyvaluelistmodule::clear_nodes (node) |
| Clears the node and all subsequent nodes. More... | |
| subroutine | keyvaluelistmodule::clear_node (node) |
| Clears a single node. More... | |