23#include "ElementsKernel/Logging.h"
33 : m_task_provider(task_provider) {
void debug(const std::string &logMessage)
static Logging getLogger(const std::string &name="")
A SourceGroupInterface implementation which used a TaskProvider to compute missing properties.
void merge(SourceGroupInterface &&other) override
PropertyHolder m_property_holder
iterator begin() override
const_iterator cend() const override
std::list< SourceWrapper > m_sources
std::shared_ptr< TaskProvider > m_task_provider
void clearGroupProperties()
const_iterator cbegin() const override
SourceGroupWithOnDemandProperties(std::shared_ptr< TaskProvider > task_provider)
iterator removeSource(iterator pos) override
const Property & getProperty(const PropertyId &property_id) const override
void setProperty(std::unique_ptr< Property > property, const PropertyId &property_id) override
void addSource(std::unique_ptr< SourceInterface > source) override
unsigned int size() const override
T emplace_back(T... args)
static Elements::Logging logger