Fortran hash table  0.1
 All Classes Namespaces Files Functions Variables
Private Attributes | List of all members
dictionary_m::entry_t Type Reference

Single entry in the dictionary. More...

Private Attributes

character(len=:), allocatable key
 
character(len=:), allocatable value
 

Detailed Description

Single entry in the dictionary.

Definition at line 20 of file dictionary_m.f90.

Member Data Documentation

character(len=:), allocatable dictionary_m::entry_t::key
private

Definition at line 21 of file dictionary_m.f90.

character(len=:), allocatable dictionary_m::entry_t::value
private

Definition at line 22 of file dictionary_m.f90.


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