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