SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::SourceWithOnDemandPropertiesFactory Class Reference

A SourceFactory implementation that produces a SourceWithOnDemandProperties. More...

#include <SourceWithOnDemandPropertiesFactory.h>

Inheritance diagram for SourceXtractor::SourceWithOnDemandPropertiesFactory:
Collaboration diagram for SourceXtractor::SourceWithOnDemandPropertiesFactory:

Public Member Functions

 SourceWithOnDemandPropertiesFactory (std::shared_ptr< TaskProvider > task_provider)
std::unique_ptr< SourceInterfacecreateSource () const override
Public Member Functions inherited from SourceXtractor::SourceFactory
virtual ~SourceFactory ()=default

Private Attributes

std::shared_ptr< TaskProviderm_task_provider

Detailed Description

A SourceFactory implementation that produces a SourceWithOnDemandProperties.

Definition at line 38 of file SourceWithOnDemandPropertiesFactory.h.

Constructor & Destructor Documentation

◆ SourceWithOnDemandPropertiesFactory()

SourceXtractor::SourceWithOnDemandPropertiesFactory::SourceWithOnDemandPropertiesFactory ( std::shared_ptr< TaskProvider > task_provider)
inlineexplicit

Definition at line 40 of file SourceWithOnDemandPropertiesFactory.h.

References m_task_provider.

Member Function Documentation

◆ createSource()

std::unique_ptr< SourceInterface > SourceXtractor::SourceWithOnDemandPropertiesFactory::createSource ( ) const
inlineoverridevirtual

Implements SourceXtractor::SourceFactory.

Definition at line 43 of file SourceWithOnDemandPropertiesFactory.h.

References m_task_provider, and Euclid::make_unique().

Here is the call graph for this function:

Member Data Documentation

◆ m_task_provider

std::shared_ptr<TaskProvider> SourceXtractor::SourceWithOnDemandPropertiesFactory::m_task_provider
private

The documentation for this class was generated from the following file: