#include <stdint.h>
Go to the source code of this file.
|
void | queue_print_info (Response &r, Partition &partition, const Queue &queue, unsigned start, unsigned end) |
|
void | queue_print_uris (Response &r, Partition &partition, const Queue &queue, unsigned start, unsigned end) |
|
void | queue_print_changes_info (Response &r, Partition &partition, const Queue &queue, uint32_t version, unsigned start, unsigned end) |
|
void | queue_print_changes_position (Response &r, const Queue &queue, uint32_t version, unsigned start, unsigned end) |
|
void | queue_find (Response &response, Partition &partition, const Queue &queue, const SongFilter &filter) |
|
void queue_print_changes_info |
( |
Response & |
r, |
|
|
Partition & |
partition, |
|
|
const Queue & |
queue, |
|
|
uint32_t |
version, |
|
|
unsigned |
start, |
|
|
unsigned |
end |
|
) |
| |
void queue_print_changes_position |
( |
Response & |
r, |
|
|
const Queue & |
queue, |
|
|
uint32_t |
version, |
|
|
unsigned |
start, |
|
|
unsigned |
end |
|
) |
| |
void queue_print_info |
( |
Response & |
r, |
|
|
Partition & |
partition, |
|
|
const Queue & |
queue, |
|
|
unsigned |
start, |
|
|
unsigned |
end |
|
) |
| |
void queue_print_uris |
( |
Response & |
r, |
|
|
Partition & |
partition, |
|
|
const Queue & |
queue, |
|
|
unsigned |
start, |
|
|
unsigned |
end |
|
) |
| |