MPD
0.20.15
|
#include <PlaylistVector.hxx>
Public Member Functions | |
bool | UpdateOrInsert (PlaylistInfo &&pi) |
Caller must lock the db_mutex. More... | |
bool | erase (const char *name) |
Caller must lock the db_mutex. More... | |
Protected Member Functions | |
gcc_pure iterator | find (const char *name) noexcept |
Caller must lock the db_mutex. More... | |
Definition at line 28 of file PlaylistVector.hxx.
bool PlaylistVector::erase | ( | const char * | name | ) |
Caller must lock the db_mutex.
|
protectednoexcept |
Caller must lock the db_mutex.
bool PlaylistVector::UpdateOrInsert | ( | PlaylistInfo && | pi | ) |
Caller must lock the db_mutex.