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

A bucket contains several entries. More...

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

Private Member Functions

procedure find
 

Private Attributes

type(entry_t), dimension(:),
allocatable 
entries
 
integer current_size = 0
 
integer current_idx = 0
 

Detailed Description

A bucket contains several entries.

Definition at line 26 of file dictionary_m.f90.

Member Function/Subroutine Documentation

procedure dictionary_m::bucket_t::find ( )
private

Definition at line 31 of file dictionary_m.f90.

Member Data Documentation

integer dictionary_m::bucket_t::current_idx = 0
private

Definition at line 29 of file dictionary_m.f90.

integer dictionary_m::bucket_t::current_size = 0
private

Definition at line 28 of file dictionary_m.f90.

type(entry_t), dimension(:), allocatable dictionary_m::bucket_t::entries
private

Definition at line 27 of file dictionary_m.f90.


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