SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceGroupWithOnDemandPropertiesFactory.h
Go to the documentation of this file.
1
17/*
18 * @file SourceGroupWithOnDemandPropertiesFactory.h
19 * @author nikoapos
20 */
21
22#ifndef _SEFRAMEWORK_SOURCEGROUPWITHONDEMANDPROPERTIESFACTORY_H
23#define _SEFRAMEWORK_SOURCEGROUPWITHONDEMANDPROPERTIESFACTORY_H
24
27#include <AlexandriaKernel/memory_tools.h>
28
29namespace SourceXtractor {
30
35
52
53}
54
55#endif /* _SEFRAMEWORK_SOURCEGROUPWITHONDEMANDPROPERTIESFACTORY_H */
56
A factory interface to create SourceGroupInterface instances.
std::unique_ptr< SourceGroupInterface > createSourceGroup() const override
SourceGroupWithOnDemandPropertiesFactory(std::shared_ptr< TaskProvider > task_provider)
std::unique_ptr< T > make_unique(Args &&... args)