Unit EZDSLHsh

===EZDSLHSH========================================================== Part of the EZ Delphi Structures Library--the hash table EZDSLHSH is Copyright (c) 1997 by Julian M. Bucknall VERSION HISTORY 14May98 JMB 3.01 Fix to mod in htlHash method 19Apr98 JMB 3.00 Initial release =====================================================================} { Copyright (c) 1993-1998, Julian M. Bucknall. All Rights Reserved

Classes

THashTable -
TThreadsafeHashTable -

Functions

HashBKDR - --------
HashELF - ---various hashes---

--------
HashPJW - ====================================================================} {===Hash functions===================================================

Types

THashFunction

Constants

Variables


Functions


function HashBKDR(const S : string) : longint;

--------

function HashELF(const S : string) : longint;

---various hashes---

--------


function HashPJW(const S : string) : longint;

====================================================================} {===Hash functions===================================================

Types


THashFunction = function (const S : string) : longint
---Place any compiler options you require here----------------------} {--------------------------------------------------------------------} {$I EZDSLOPT.INC

Constants


Variables