 |
Sayonara Player
|
26 #include "Utils/Pimpl.h"
27 #include "Utils/SetFwd.h"
28 #include "Utils/typedefs.h"
bool isValid() const
target_id >= 0, source_ids.size() > 1, source_ids >= 0
Id targetId() const
getter for target_id. See constructor
A set structure. Inherited from std::set with some useful methods. For integer and String this set is...
Definition: Set.h:37
Changes all metadata containing one of the source ids and replaces it with the target id....
Definition: MergeData.h:39
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31
LibraryId libraryId() const
getter for library_d. See constructor
Util::Set< Id > sourceIds() const
getter for source_ids. See constructor
MergeData(const Util::Set< Id > &sourceIds, Id targetId, LibraryId libraryId)
Merges source_ids into target_id.