SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
A SourceFactory implementation that produces a SourceWithOnDemandProperties. More...
#include <SourceWithOnDemandPropertiesFactory.h>
Public Member Functions | |
SourceWithOnDemandPropertiesFactory (std::shared_ptr< TaskProvider > task_provider) | |
virtual std::shared_ptr< SourceInterface > | createSource () const override |
![]() | |
virtual | ~SourceFactory ()=default |
Private Attributes | |
std::shared_ptr< TaskProvider > | m_task_provider |
A SourceFactory implementation that produces a SourceWithOnDemandProperties.
Definition at line 37 of file SourceWithOnDemandPropertiesFactory.h.
|
inlineexplicit |
Definition at line 39 of file SourceWithOnDemandPropertiesFactory.h.
|
inlineoverridevirtual |
Implements SourceXtractor::SourceFactory.
Definition at line 42 of file SourceWithOnDemandPropertiesFactory.h.
References m_task_provider.
|
private |
Definition at line 47 of file SourceWithOnDemandPropertiesFactory.h.
Referenced by createSource().