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

A single node in a double-ended queue. More...

Data Fields

QueueValue data
QueueEntryprev
QueueEntrynext

Detailed Description

A single node in a double-ended queue.

Field Documentation

◆ data

QueueValue _QueueEntry::data

The value stored in this entry.

◆ next

QueueEntry* _QueueEntry::next

Pointer to the next entry, or NULL.

◆ prev

QueueEntry* _QueueEntry::prev

Pointer to the previous entry, or NULL.


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