29 : m_task_provider(task_provider) {
68 auto& other_group = dynamic_cast<const SourceGroupWithOnDemandProperties&>(other);
72 for (
auto& source : other_group.m_sources) {
73 auto& entangled_source = dynamic_cast<EntangledSource&>(source.getRef());
void merge(const SourceGroupInterface &other) override
void addSource(std::shared_ptr< SourceInterface > source) override
SourceGroupWithOnDemandProperties(std::shared_ptr< TaskProvider > task_provider)
std::shared_ptr< TaskProvider > m_task_provider
iterator begin() override
void setProperty(std::unique_ptr< Property > property, const PropertyId &property_id) override
unsigned int size() const override
PropertyHolder m_property_holder
std::list< SourceWrapper > m_sources
const_iterator cend() override
void clearGroupProperties()
const_iterator cbegin() override
iterator removeSource(iterator pos) override
const Property & getProperty(const PropertyId &property_id) const override
T emplace_back(T... args)