SourceXtractorPlusPlus  0.11
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
SourceXtractor::SourceWithOnDemandPropertiesFactory Class Reference

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

#include <SourceWithOnDemandPropertiesFactory.h>

Inheritance diagram for SourceXtractor::SourceWithOnDemandPropertiesFactory:
[legend]
Collaboration diagram for SourceXtractor::SourceWithOnDemandPropertiesFactory:
[legend]

Public Member Functions

 SourceWithOnDemandPropertiesFactory (std::shared_ptr< TaskProvider > task_provider)
 
virtual std::shared_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 37 of file SourceWithOnDemandPropertiesFactory.h.

Constructor & Destructor Documentation

◆ SourceWithOnDemandPropertiesFactory()

SourceXtractor::SourceWithOnDemandPropertiesFactory::SourceWithOnDemandPropertiesFactory ( std::shared_ptr< TaskProvider task_provider)
inline

Definition at line 39 of file SourceWithOnDemandPropertiesFactory.h.

Member Function Documentation

◆ createSource()

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

Implements SourceXtractor::SourceFactory.

Definition at line 42 of file SourceWithOnDemandPropertiesFactory.h.

References m_task_provider.

Member Data Documentation

◆ m_task_provider

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

Definition at line 47 of file SourceWithOnDemandPropertiesFactory.h.

Referenced by createSource().


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