|
Olaf
Overly Lightweight Acoustic Fingerprinting
|
An entry in a hash table, storing a key-value pair and a chain link. More...
Data Fields | |
| HashTablePair | pair |
| HashTableEntry * | next |
An entry in a hash table, storing a key-value pair and a chain link.
| HashTableEntry* _HashTableEntry::next |
Pointer to the next entry in the chain.
| HashTablePair _HashTableEntry::pair |
The key-value pair for this entry.