SourceXtractorPlusPlus
0.8
Please provide a description of the project.
|
A SourceGroupFactory implementation that produces a SourceGroupWithOnDemandProperties. More...
#include <SourceGroupWithOnDemandPropertiesFactory.h>
Public Member Functions | |
SourceGroupWithOnDemandPropertiesFactory (std::shared_ptr< TaskProvider > task_provider) | |
virtual std::shared_ptr < SourceGroupInterface > | createSourceGroup () const override |
![]() | |
virtual | ~SourceGroupFactory ()=default |
Private Attributes | |
std::shared_ptr< TaskProvider > | m_task_provider |
A SourceGroupFactory implementation that produces a SourceGroupWithOnDemandProperties.
Definition at line 35 of file SourceGroupWithOnDemandPropertiesFactory.h.
|
inline |
Definition at line 39 of file SourceGroupWithOnDemandPropertiesFactory.h.
|
inlineoverridevirtual |
Implements SourceXtractor::SourceGroupFactory.
Definition at line 42 of file SourceGroupWithOnDemandPropertiesFactory.h.
References m_task_provider.
|
private |
Definition at line 48 of file SourceGroupWithOnDemandPropertiesFactory.h.
Referenced by createSourceGroup().