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

#include <hash-table.h>

Data Fields

HashTablehash_table
HashTableEntrynext_entry
unsigned int next_chain

Detailed Description

Definition of a HashTableIterator.

Field Documentation

◆ hash_table

HashTable* _HashTableIterator::hash_table

The hash table being iterated.

◆ next_chain

unsigned int _HashTableIterator::next_chain

Index of the next chain to iterate.

◆ next_entry

HashTableEntry* _HashTableIterator::next_entry

Pointer to the next entry to return.


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