SourceXtractorPlusPlus  0.10
Please provide a description of the project.
SourceXtractorConfig.h
Go to the documentation of this file.
1 
23 #ifndef _SEMAIN_SOURCEXTRACTORCONFIG_H
24 #define _SEMAIN_SOURCEXTRACTORCONFIG_H
25 
27 
28 namespace SourceXtractor {
29 
36 
37 public:
38 
42  virtual ~SourceXtractorConfig() = default;
43 
44  SourceXtractorConfig(long manager_id);
45 
46 }; /* End of SourceXtractorConfig class */
47 
48 } /* namespace SourceXtractor */
49 
50 
51 #endif
virtual ~SourceXtractorConfig()=default
Destructor.