#include <Queue.hxx>
◆ Vector
◆ size_type
◆ size()
◆ empty()
bool MpdQueue::empty |
( |
| ) |
const |
|
inline |
◆ clear()
remove and free all songs in the playlist
◆ operator[]() [1/2]
const struct mpd_song& MpdQueue::operator[] |
( |
size_type |
i | ) |
const |
|
inline |
◆ operator[]() [2/2]
struct mpd_song& MpdQueue::operator[] |
( |
size_type |
i | ) |
|
|
inline |
◆ GetChecked()
gcc_pure const struct mpd_song* MpdQueue::GetChecked |
( |
int |
i | ) |
const |
◆ push_back()
void MpdQueue::push_back |
( |
const struct mpd_song & |
song | ) |
|
|
inline |
◆ Replace()
void MpdQueue::Replace |
( |
size_type |
i, |
|
|
const struct mpd_song & |
song |
|
) |
| |
|
inline |
◆ RemoveIndex()
◆ Move()
void MpdQueue::Move |
( |
unsigned |
dest, |
|
|
unsigned |
src |
|
) |
| |
◆ Find()
gcc_pure int MpdQueue::Find |
( |
const struct mpd_song & |
song | ) |
const |
◆ FindId()
gcc_pure int MpdQueue::FindId |
( |
unsigned |
id | ) |
const |
◆ FindUri() [1/2]
gcc_pure int MpdQueue::FindUri |
( |
const char * |
uri | ) |
const |
◆ FindUri() [2/2]
gcc_pure int MpdQueue::FindUri |
( |
const struct mpd_song & |
song | ) |
const |
|
inline |
◆ version
unsigned MpdQueue::version = 0 |
◆ items
The documentation for this struct was generated from the following file: