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

The dictionary contains dict_size buckets (defined at run time) More...

Collaboration diagram for dictionary_m::dictionary_t:
Collaboration graph
[legend]

Private Member Functions

procedure djb2
 
procedure set
 
procedure get
 
procedure init
 
procedure show
 

Private Attributes

type(bucket_t), dimension(:),
allocatable 
buckets
 
integer dict_size = 0
 

Detailed Description

The dictionary contains dict_size buckets (defined at run time)

Definition at line 35 of file dictionary_m.f90.

Member Function/Subroutine Documentation

procedure dictionary_m::dictionary_t::djb2 ( )
private

Definition at line 39 of file dictionary_m.f90.

procedure dictionary_m::dictionary_t::get ( )
private

Definition at line 41 of file dictionary_m.f90.

procedure dictionary_m::dictionary_t::init ( )
private

Definition at line 42 of file dictionary_m.f90.

procedure dictionary_m::dictionary_t::set ( )
private

Definition at line 40 of file dictionary_m.f90.

procedure dictionary_m::dictionary_t::show ( )
private

Definition at line 43 of file dictionary_m.f90.

Member Data Documentation

type(bucket_t), dimension(:), allocatable dictionary_m::dictionary_t::buckets
private

Definition at line 36 of file dictionary_m.f90.

integer dictionary_m::dictionary_t::dict_size = 0
private

Definition at line 37 of file dictionary_m.f90.


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