SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
Go to the documentation of this file.
29 : m_task_provider(task_provider) {
72 for (
auto& source : other_group.m_sources) {
73 auto& entangled_source =
dynamic_cast<EntangledSource&
>(source.getRef());
void merge(const SourceGroupInterface &other) override
A SourceGroupInterface implementation which used a TaskProvider to compute missing properties.
void addSource(std::shared_ptr< SourceInterface > source) override
iterator removeSource(iterator pos) override
std::shared_ptr< TaskProvider > m_task_provider
virtual const Property & getProperty(const PropertyId &property_id) const=0
PropertyHolder m_property_holder
unsigned int size() const override
T emplace_back(T... args)
virtual void setProperty(std::unique_ptr< Property > property, const PropertyId &property_id)=0
const_iterator cend() override
void clearGroupProperties()
std::list< SourceWrapper > m_sources
const_iterator cbegin() override
iterator begin() override
SourceGroupWithOnDemandProperties(std::shared_ptr< TaskProvider > task_provider)