SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractorConfig.h
Go to the documentation of this file.
1
23#ifndef _SEMAIN_SOURCEXTRACTORCONFIG_H
24#define _SEMAIN_SOURCEXTRACTORCONFIG_H
25
26#include "Configuration/Configuration.h"
27
28namespace SourceXtractor {
29
36
37public:
38
42 virtual ~SourceXtractorConfig() = default;
43
44 explicit SourceXtractorConfig(long manager_id);
45
46}; /* End of SourceXtractorConfig class */
47
48} /* namespace SourceXtractor */
49
50
51#endif
virtual ~SourceXtractorConfig()=default
Destructor.