20 #ifndef MPD_PLAYLIST_VECTOR_HXX
21 #define MPD_PLAYLIST_VECTOR_HXX
37 using std::list<PlaylistInfo>::empty;
38 using std::list<PlaylistInfo>::begin;
39 using std::list<PlaylistInfo>::end;
40 using std::list<PlaylistInfo>::push_back;
41 using std::list<PlaylistInfo>::erase;
53 bool erase(
const char *name);
bool erase(const char *name)
Caller must lock the db_mutex.
bool UpdateOrInsert(PlaylistInfo &&pi)
Caller must lock the db_mutex.
A directory entry pointing to a playlist file.
gcc_pure iterator find(const char *name)
Caller must lock the db_mutex.
const Partition const char * name