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

Test program for dictionary_m. More...

Go to the source code of this file.

Functions/Subroutines

program test_01
 Define a dictionary_t object, populate it with keys and values, and list the results with the show method. This program also: More...
 

Detailed Description

Test program for dictionary_m.

Definition in file test_01.f90.

Function/Subroutine Documentation

program test_01 ( )

Define a dictionary_t object, populate it with keys and values, and list the results with the show method. This program also:

  • requests a non-existing key
  • write several keys in the same bucket, hence testing reallocation of the bucket
  • rewrites an existing value

Definition at line 10 of file test_01.f90.