SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
28namespace SourceXtractor {
29
35
36
38public:
39 virtual ~SourceGroupFactory() = default;
40
42};
43
44}
45
46#endif /* _SEFRAMEWORK_SOURCEGROUPFACTORY_H */
47
A factory interface to create SourceGroupInterface instances.
virtual ~SourceGroupFactory()=default
virtual std::unique_ptr< SourceGroupInterface > createSourceGroup() const =0