This class template represents a node in the singly-linked list of (KEY, VALUE) elements for each bucket of a hash map.
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
template<
class KEY,
class VALUE>
class StripedUnorderedContainerImpl_Node;
| Name | Description |
|---|---|
StripedUnorderedContainerImpl_Node [constructor] | Constructors |
~StripedUnorderedContainerImpl_Node [destructor] | Destroy this object. |
allocator | Return the allocator used by StripedUnorderedContainerImpl_Node to allocate memory. |
key | Return a const reference to the key attribute of this object. |
next | Return the pointer to the next node. |
nextAddress | Return the address of the pointer to the next node. |
setNext | Set this node's pointer-to-next-node to the specified nextPtr. |
value | value overloads |