asmjit::ZoneHashNode Class Reference
Inheritance diagram for asmjit::ZoneHashNode:
asmjit::LabelEntry

Node used by ZoneHash template.

You must provide function bool eq(const Key& key) in order to make ZoneHash::get() working.

Public Members

Member Functions

Member Data Documentation

ZoneHashNode* ZoneHashNode::_hashNext◆ 

Next node in the chain, null if it terminates the chain.

uint32_t ZoneHashNode::_hashCode◆ 

Precalculated hash-code of key.

uint32_t ZoneHashNode::_customData◆ 

Padding, can be reused by any Node that inherits ZoneHashNode.