SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
Go to the documentation of this file.
23 #ifndef _SEFRAMEWORK_SOURCE_SOURCEGROUP_H
24 #define _SEFRAMEWORK_SOURCE_SOURCEGROUP_H
28 #include <type_traits>
71 unsigned int size()
const override;
void merge(const SourceGroupInterface &other) override
EntangledSource(std::shared_ptr< SourceInterface > source, SourceGroupWithOnDemandProperties &group)
A SourceGroupInterface implementation which used a TaskProvider to compute missing properties.
SourceGroupWithOnDemandProperties & m_group
PropertyHolder m_property_holder
std::shared_ptr< SourceInterface > m_source
const Property & getProperty(const PropertyId &property_id) const override
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
void setProperty(std::unique_ptr< Property > property, const PropertyId &property_id) override
virtual void setProperty(std::unique_ptr< Property > property, const PropertyId &property_id)=0
const_iterator cend() override
void clearGroupProperties()
bool operator<(const EntangledSource &other) const
std::list< SourceWrapper > m_sources
const_iterator cbegin() override
iterator begin() override
SourceGroupWithOnDemandProperties(std::shared_ptr< TaskProvider > task_provider)
virtual ~SourceGroupWithOnDemandProperties()=default
Destructor.
virtual ~EntangledSource()=default