#include <filelist.hxx>
◆ size_type
◆ FileList() [1/2]
◆ FileList() [2/2]
◆ operator=()
◆ size()
◆ empty()
bool FileList::empty |
( |
| ) |
const |
|
inline |
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ emplace_back()
FileListEntry& FileList::emplace_back |
( |
struct mpd_entity * |
entity | ) |
|
◆ MoveFrom()
void FileList::MoveFrom |
( |
FileList && |
src | ) |
|
◆ Sort()
◆ RemoveDuplicateSongs()
void FileList::RemoveDuplicateSongs |
( |
| ) |
|
Eliminates duplicate songs from the FileList.
◆ FindSong()
gcc_pure int FileList::FindSong |
( |
const struct mpd_song & |
song | ) |
const |
◆ FindDirectory()
gcc_pure int FileList::FindDirectory |
( |
const char * |
name | ) |
const |
◆ Receive()
void FileList::Receive |
( |
struct mpd_connection & |
connection | ) |
|
Receives entities from the connection, and appends them to the specified FileList. This does not finish the response, and does not check for errors.
The documentation for this class was generated from the following file: