asmjit::ZoneHash< NodeT > Class Template Reference
Inheritance diagram for asmjit::ZoneHash< NodeT >:
asmjit::ZoneHashBase
template<typename NodeT>
class asmjit::ZoneHash< NodeT >

Low-level hash table specialized for storing string keys and POD values.

This hash table allows duplicates to be inserted (the API is so low level that it's up to you if you allow it or not, as you should first get() the node and then modify it or insert a new node by using insert(), depending on the intention).

Public Types

Member Functions

Construction & Destruction
Utilities
- Public Member Functions inherited from asmjit::ZoneHashBase

Additional Inherited Members

- Public Attributes inherited from asmjit::ZoneHashBase