[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Array of hash values
Source position: contnrs.pp line 202
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 |
No notes exist for this page yet.