MPD
0.20.6
|
#include <Queue.hxx>
Public Member Functions | |
UpdateQueueItem () | |
UpdateQueueItem (SimpleDatabase &_db, Storage &_storage, const char *_path, bool _discard, unsigned _id) | |
bool | IsDefined () const |
Data Fields | |
SimpleDatabase * | db |
Storage * | storage |
std::string | path_utf8 |
unsigned | id |
bool | discard |
|
inline |
SimpleDatabase* UpdateQueueItem::db |