|
MONC
|
Map data structure that holds string (length 20 maximum) key value pairs. More...

Private Attributes | |
| type(list_type), private | map_ds |
| Underlying list data structure used to implement the map. More... | |
Map data structure that holds string (length 20 maximum) key value pairs.
Note that it holds a pointer (reference) to the value data
Definition at line 86 of file collections.F90.
|
private |
Underlying list data structure used to implement the map.
Definition at line 88 of file collections.F90.