![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| type | memorystoretype |
Functions/Subroutines | |
| type(memorycontaineriteratortype) function | iterator (this) |
| An iterator used to iterate through a MemoryContainer. More... | |
| subroutine | add (this, mt) |
| Add a MemoryType to the container. More... | |
| type(memorytype) function, pointer | get (this, name, path) |
| Get a MemoryType using a key. More... | |
| integer(i4b) function | count (this) |
| The nummer of items in the container. More... | |
| subroutine | clear (this) |
| Clears the memory container. More... | |
|
private |
The MemoryType is stored together with a key for easy lookup The key is constructed using the memory type's path and name
Definition at line 44 of file MemoryStore.f90.

|
private |
Definition at line 94 of file MemoryStore.f90.
|
private |
Definition at line 84 of file MemoryStore.f90.
|
private |
If the key can't be found the return value will be a null pointer
Definition at line 60 of file MemoryStore.f90.

|
private |
Definition at line 29 of file MemoryStore.f90.