Fortran hash table  0.1
 All Classes Namespaces Files Functions Variables
Functions/Subroutines
read_write.f90 File Reference

Using dictionary_t to store a configuration file. More...

Go to the source code of this file.

Functions/Subroutines

program use_ssdm
 Read a "equal sign" separated input file. More...
 
subroutine fileshow (d)
 

Detailed Description

Using dictionary_t to store a configuration file.

Definition in file read_write.f90.

Function/Subroutine Documentation

subroutine use_ssdm::fileshow ( class(dictionary_t), intent(in)  d)

Definition at line 70 of file read_write.f90.

program use_ssdm ( )

Read a "equal sign" separated input file.

Usage: ./read_write name_of_input_file [dict_size]

dict_size is an optional integer argument that sets the size of the hash table. The default value is 1024.

Output: the program returns one line per key, with the key and the value separated by an equal sign.

Definition at line 15 of file read_write.f90.