MPD  0.20.18
Public Member Functions | Protected Member Functions
PlaylistVector Class Reference

#include <PlaylistVector.hxx>

Inheritance diagram for PlaylistVector:
[legend]
Collaboration diagram for PlaylistVector:
[legend]

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...
 

Detailed Description

Definition at line 28 of file PlaylistVector.hxx.

Member Function Documentation

◆ erase()

bool PlaylistVector::erase ( const char *  name)

Caller must lock the db_mutex.

◆ find()

gcc_pure iterator PlaylistVector::find ( const char *  name)
protectednoexcept

Caller must lock the db_mutex.

◆ UpdateOrInsert()

bool PlaylistVector::UpdateOrInsert ( PlaylistInfo &&  pi)

Caller must lock the db_mutex.

Returns
true if the vector or one of its items was modified

The documentation for this class was generated from the following file: