This class represents a bucket of the hash map. This class template represents the head of in the singly‐linked list of (KEY, VALUE) elements in a hash map.
Synopsis
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
template<
class KEY,
class VALUE>
class StripedUnorderedContainerImpl_Bucket;
Enums
Name |
Description |
Enumeration to differentiate between processing all elements with the same key, or just the first one (and typically the only one). |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Add the specified |
|
Return the allocator used by |
|
Empty |
|
Return |
|
Return the head (node) of this bucket list. |
|
Return the address of the head (node) of this bucket list. |
|
Increment the |
|
Set the address of the head of this bucket list to the specified |
|
Set the |
|
Set the pointer of the tail of this bucket list to the specified |
|
|
|
Return the current number of elements in this bucket. |
|
Return address of the tail (node) of this bucket list. |
|
Declare that this type uses a |
Created with MrDocs