SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SimpleSourceFactory.h
Go to the documentation of this file.
1
17/*
18 * SimpleSourceFactory.h
19 *
20 * Created on: Aug 9, 2016
21 * Author: mschefer
22 */
23
24#ifndef _SEFRAMEWORK_SOURCE_SIMPLESOURCEFACTORY_H_
25#define _SEFRAMEWORK_SOURCE_SIMPLESOURCEFACTORY_H_
26
29#include <AlexandriaKernel/memory_tools.h>
30
31namespace SourceXtractor {
32
37
48
49}
50
51#endif /* _SEFRAMEWORK_SOURCE_SIMPLESOURCEFACTORY_H_ */
std::unique_ptr< SourceInterface > createSource() const override
A factory interface to create SourceInterface instances.
std::unique_ptr< T > make_unique(Args &&... args)