mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 19:09:16 +02:00
- remove further unnecessary sub classing of a specialization
This commit is contained in:
parent
9627f98f7b
commit
72a3729ca0
@ -450,7 +450,7 @@ type
|
|||||||
TCDM = class(TOpenAddressingSH<TKey, TEmptyRecord, TDefaultHashFactory, TLinearProbing>);
|
TCDM = class(TOpenAddressingSH<TKey, TEmptyRecord, TDefaultHashFactory, TLinearProbing>);
|
||||||
TItemsArray = array of TItem;
|
TItemsArray = array of TItem;
|
||||||
TItemsDArray = array[0..Pred(TCuckooCfg.D)] of TItemsArray;
|
TItemsDArray = array[0..Pred(TCuckooCfg.D)] of TItemsArray;
|
||||||
TPointersEnumerator = class(TDeamortizedDArrayPointersEnumerator<TCuckooCfg, TItemsArray, TItemsDArray, TQueueDictionary, PDictionaryPair>);
|
TPointersEnumerator = TDeamortizedDArrayPointersEnumerator<TCuckooCfg, TItemsArray, TItemsDArray, TQueueDictionary, PDictionaryPair>;
|
||||||
TPointersCollection = TDeamortizedDArrayPointersCollection<TPointersEnumerator, TItemsDArray, TQueueDictionary, PDictionaryPair>;
|
TPointersCollection = TDeamortizedDArrayPointersCollection<TPointersEnumerator, TItemsDArray, TQueueDictionary, PDictionaryPair>;
|
||||||
public type
|
public type
|
||||||
PPointersCollection = ^TPointersCollection;
|
PPointersCollection = ^TPointersCollection;
|
||||||
|
Loading…
Reference in New Issue
Block a user