Base Framework
|
Inherits Object.
Public Member Functions | |
Node (unsigned long _hash, const Value &_value) noexcept | |
Node (unsigned long _hash, const Value &_value, Node *_next) noexcept | |
unsigned long | getHash () const noexcept |
Value & | getValue () noexcept |
const Value & | getValue () const noexcept |
Node * | getNext () noexcept |
const Node * | getNext () const noexcept |
void | setNext (Node *node) noexcept |
|
inlinenoexcept |
Initializes a node.
|
inlinenoexcept |
Initializes a node.
|
inlinenoexcept |
Returns the hash value of the node.
Returns the next node.
Returns the next node.
Returns the value of the node.
Returns the value of the node.