20 #ifndef MPD_DATABASE_SELECTION_HXX
21 #define MPD_DATABASE_SELECTION_HXX
bool recursive
Recursively search all sub directories?
gcc_pure bool IsEmpty() const noexcept
gcc_pure bool HasOtherThanBase() const noexcept
Does this selection contain constraints other than "base"?
const SongFilter * filter
gcc_pure bool Match(const LightSong &song) const noexcept
DatabaseSelection(const char *_uri, bool _recursive, const SongFilter *_filter=nullptr)
std::string uri
The base URI of the search (UTF-8).
A reference to a song file.