SourceXtractorPlusPlus  0.10
Please provide a description of the project.
SourceGroupFactory.h
Go to the documentation of this file.
1 
17 /*
18  * @file SourceGroupFactory.h
19  * @author nikoapos
20  */
21 
22 #ifndef _SEFRAMEWORK_SOURCEGROUPFACTORY_H
23 #define _SEFRAMEWORK_SOURCEGROUPFACTORY_H
24 
25 #include <memory>
27 
28 namespace SourceXtractor {
29 
38 public:
39  virtual ~SourceGroupFactory() = default;
40 
42 };
43 
44 }
45 
46 #endif /* _SEFRAMEWORK_SOURCEGROUPFACTORY_H */
47 
std::shared_ptr< SourceGroupInterface >
SourceGroupInterface.h
SourceXtractor::SourceGroupFactory::~SourceGroupFactory
virtual ~SourceGroupFactory()=default
SourceXtractor::SourceGroupFactory
A factory interface to create SourceGroupInterface instances.
Definition: SourceGroupFactory.h:37
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::SourceGroupFactory::createSourceGroup
virtual std::shared_ptr< SourceGroupInterface > createSourceGroup() const =0