MPD
0.20.18
|
#include "Compiler.h"
#include "IdTable.hxx"
#include "util/LazyRandomEngine.hxx"
#include <algorithm>
#include <assert.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | Queue |
A queue of songs. More... | |
struct | Queue::Item |
One element of the queue: basically a song plus some queue specific information attached. More... | |