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

A double-ended queue (deque) backed by a doubly-linked list. More...

Data Fields

QueueEntryhead
QueueEntrytail

Detailed Description

A double-ended queue (deque) backed by a doubly-linked list.

Field Documentation

◆ head

QueueEntry* _Queue::head

Pointer to the front of the queue.

◆ tail

QueueEntry* _Queue::tail

Pointer to the back of the queue.


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