Module file for dictionary_t. More...
Go to the source code of this file.
Data Types | |
| module | dictionary_m |
| Dictionary type that uses strings for the keys and values. More... | |
| type | dictionary_m::entry_t |
| Single entry in the dictionary. More... | |
| type | dictionary_m::bucket_t |
| A bucket contains several entries. More... | |
| type | dictionary_m::dictionary_t |
| The dictionary contains dict_size buckets (defined at run time) More... | |
Module file for dictionary_t.
Definition in file dictionary_m.f90.
1.8.6