TBucketListSizes indicates the number of distinct buckets in a TBucketList object.
TBucketListSizes = ( bl2, bl4, bl8, bl16, bl32, bl64, bl128, bl256 );
enum TBucketListSizes { bl2, bl4, bl8, bl16, bl32, bl64, bl128, bl256 };
The following table lists the possible values:
|
Value |
Number of buckets |
|
bl2 |
2 |
|
bl4 |
4 |
|
bl8 |
8 |
|
bl16 |
16 |
|
bl32 |
32 |
|
bl64 |
64 |
|
bl128 |
128 |
|
bl256 |
256 |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|