Synopsis
Declared in <bslalg_hashtablebucket.h>
struct HashTableBucket;
Member Functions
Name |
Description |
Return the number of nodes in this hash bucket. |
|
Return the next node after the end of this bucket, or 0 if |
|
Return the address of the first element in this hash bucket, or a null pointer value if the bucket is empty. |
|
Return the address of the last element in this hash bucket, or a null pointer value if the bucket is empty. |
|
Set |
|
Set the |
|
Set |
|
Set the |
|
|
Declare |
Data Members
Name |
Description |
Address of the first node in this bucket, or 0 if empty. |
|
Address of the last node in this bucket, or 0 if empty. |
Non-Member Functions
Name |
Description |
Return |
|
Return |
Created with MrDocs