SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
< SourceInterface
createSource () 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

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

Definition at line 39 of file SourceWithOnDemandPropertiesFactory.h.

Member Function Documentation

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

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: