Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

RSHash

Standard hash value calculating function.

Declaration

Source position: contnrs.pp line 508

function RSHash(

  const S: AnsiString;

  const TableSize: LongWord

):LongWord;

Arguments

S

  

String to calculate hash value from.

TableSize

  

Hash table size.

Function result

Hash value.

Description

RSHash is the standard hash calculating function used in the TFPCustomHashTable hash class. It's Robert Sedgwick's "Algorithms in C" hash function.

Errors

None.

See also

TFPCustomHashTable

  

Hash class.


Documentation generated on: Jul 24 2023