Fortran hash table  0.1
 All Classes Namespaces Files Functions Variables
Data Types
dictionary_m.f90 File Reference

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...
 

Detailed Description

Module file for dictionary_t.

Definition in file dictionary_m.f90.