Olaf
Overly Lightweight Acoustic Fingerprinting
Loading...
Searching...
No Matches
_HashTableEntry Struct Reference

An entry in a hash table, storing a key-value pair and a chain link. More...

Data Fields

HashTablePair pair
HashTableEntrynext

Detailed Description

An entry in a hash table, storing a key-value pair and a chain link.

Field Documentation

◆ next

HashTableEntry* _HashTableEntry::next

Pointer to the next entry in the chain.

◆ pair

HashTablePair _HashTableEntry::pair

The key-value pair for this entry.


The documentation for this struct was generated from the following file: