 |
Sayonara Player
|
26 #include "Utils/Pimpl.h"
27 #include "Utils/SetFwd.h"
28 #include "Utils/typedefs.h"
Id target_id() 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:35
Util::Set< Id > source_ids() const
getter for source_ids. See constructor
Changes all metadata containing one of the source ids and replaces it with the target id....
Definition: MergeData.h:38
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:32
MergeData(const Util::Set< Id > &source_ids, Id target_id, LibraryId library_id)
Merges source_ids into target_id.
bool is_valid() const
target_id >= 0, source_ids.size() > 1, source_ids >= 0
LibraryId library_id() const
getter for library_d. See constructor