MONC
Private Attributes | List of all members
collections_mod::map_type Type Reference

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

Collaboration diagram for collections_mod::map_type:
Collaboration graph
[legend]

Private Attributes

type(list_type), private map_ds
 Underlying list data structure used to implement the map. More...
 

Detailed Description

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.

Member Data Documentation

◆ map_ds

type(list_type), private collections_mod::map_type::map_ds
private

Underlying list data structure used to implement the map.

Definition at line 88 of file collections.F90.

88  type(list_type), private :: map_ds

The documentation for this type was generated from the following file: