TBucketArray

<< Click to Display Table of Contents >>

Navigation:  Types >

TBucketArray

SIGNATURE=IWLFHashTable.TBucketArray

 

ETYPE=Type

 

Declaration:

Delphi:

TBucketArray = array of TBucket;

C++:

array of TBucket TBucketArray;

 

Unit: IWLFHashTable.pas

 

Description: This is type IWLFHashTable.TBucketArray.