Public Attributes | |
disassemblerNode_c * | dat |
the data of the node | |
hashNode * | next |
next entry in the bucket list | |
hashNode * | link |
the next entry of the all element link list |
this hash table is non intrusive, it stores a pointer to the disassembler node.
This is more suitable here because the nodes normally live only a short time inside this table, while they stay for a very long time in the other table
disassemblerNode_c* countingNodeHash::countingNodeHash::hashNode::dat |
the data of the node
Referenced by countingNodeHash::clear(), countingNodeHash::insert(), and countingNodeHash::nextScan().
hashNode* countingNodeHash::countingNodeHash::hashNode::link |
the next entry of the all element link list
Referenced by countingNodeHash::clear(), countingNodeHash::insert(), and countingNodeHash::nextScan().
hashNode* countingNodeHash::countingNodeHash::hashNode::next |