[Overview][Types][Classes][Procedures and functions] |
Instantiate a new TFPHashTableinstance with given algorithm and size
Source position: contnrs.pp line 230
public constructor TFPHashTable.CreateWith( |
AHashTableSize: LongWord; |
aHashFunc: THashFunction |
); |
AHashTableSize |
|
Size of the hash table. |
aHashFunc |
|
Hash calculating function. |
CreateWithcreates a new instance of TFPHashTablewith hash size AHashTableSizeand hash calculating algorithm aHashFunc.
If no memory is available, an exception may be raised.
|
Instantiate a new TFPHashTableinstance using the default hash mechanism |