MPD
0.20.15
|
#include "check.h"
Go to the source code of this file.
Macros | |
#define | PLAYLIST_META_BEGIN "playlist_begin: " |
Functions | |
void | playlist_vector_save (BufferedOutputStream &os, const PlaylistVector &pv) |
void | playlist_metadata_load (TextFile &file, PlaylistVector &pv, const char *name) |
Throws #std::runtime_error on error. More... | |
#define PLAYLIST_META_BEGIN "playlist_begin: " |
Definition at line 25 of file PlaylistDatabase.hxx.
void playlist_metadata_load | ( | TextFile & | file, |
PlaylistVector & | pv, | ||
const char * | name | ||
) |
Throws #std::runtime_error on error.
void playlist_vector_save | ( | BufferedOutputStream & | os, |
const PlaylistVector & | pv | ||
) |