asmjit::ArenaHashNode Class Reference [¶]
Node used by ArenaHash template.
You must provide function bool eq(const Key& key)
in order to make ArenaHash::get()
working.
Node used by ArenaHash template.
You must provide function bool eq(const Key& key)
in order to make ArenaHash::get()
working.
Next node in the chain, null if it terminates the chain.
Precalculated hash-code of key.
Padding, can be reused by any Node that inherits ArenaHashNode
.