dc_hash.f90 File Reference

Go to the source code of this file.

Data Types

type  dc_hash::hash
 
type  dc_hash::hash_internal
 
interface  dc_hash::dchashput
 
interface  dc_hash::dchashnumber
 
interface  dc_hash::dchashputline
 
interface  dc_hash::dchashrewind
 
interface  dc_hash::dchashnext
 
interface  dc_hash::dchashget
 
interface  dc_hash::dchashdelete
 
interface  dc_hash::put
 
interface  dc_hash::number
 
interface  dc_hash::putline
 
interface  dc_hash::rewind
 
interface  dc_hash::next
 
interface  dc_hash::get
 
interface  dc_hash::delete
 

Modules

module  dc_hash
 

Functions/Subroutines

subroutine dc_hash::dchashput0 (hashv, key, value)
 
integer function dc_hash::dchashnumber0 (hashv)
 
subroutine dc_hash::dchashrewind0 (hashv)
 
subroutine dc_hash::dchashnext0 (hashv, key, value, end)
 
subroutine dc_hash::dchashputline0 (hashv)
 
subroutine dc_hash::dchashget0 (hashv, key, value, found)
 
subroutine dc_hash::dchashdelete0 (hashv, key)