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

THashTable

Array of hash values

Declaration

Source position: contnrs.pp line 211

type THashTable = array [0..MaxHashTableSize-1] of Integer;

Description

THashTable defines an array of integers, used to hold hash values. It's mainly used to define the PHashTable class.

See also

PHashTable

  

Pointer to THashTable array.

TFPHashList

  

Hash list class for pointer data


Documentation generated on: Sep 29 2022