[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Array of hash values
Source position: contnrs.pp line 210
type THashTable = array [0..MaxHashTableSize-1] of Integer; |
THashTable defines an array of integers, used to hold hash values. It's mainly used to define the PHashTable class.
|
Pointer to THashTable array. |
|
|
Hash list class for pointer data |