SourceXtractorPlusPlus  0.12
Please provide a description of the project.
Public Member Functions | List of all members
SourceXtractor::SourceFactory Class Referenceabstract

A factory interface to create SourceInterface instances. More...

#include <SourceFactory.h>

Inheritance diagram for SourceXtractor::SourceFactory:
[legend]

Public Member Functions

virtual ~SourceFactory ()=default
 
virtual std::shared_ptr< SourceInterfacecreateSource () const =0
 

Detailed Description

A factory interface to create SourceInterface instances.

Definition at line 39 of file SourceFactory.h.

Constructor & Destructor Documentation

◆ ~SourceFactory()

virtual SourceXtractor::SourceFactory::~SourceFactory ( )
virtualdefault

Member Function Documentation

◆ createSource()

virtual std::shared_ptr<SourceInterface> SourceXtractor::SourceFactory::createSource ( ) const
pure virtual

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