SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Task.h
Go to the documentation of this file.
1
23#ifndef _SEFRAMEWORK_TASK_TASK_H
24#define _SEFRAMEWORK_TASK_TASK_H
25
26namespace SourceXtractor {
27
35class Task {
36
37public:
38
42 virtual ~Task() = default;
43
44
45private:
46
47}; /* End of Task class */
48
49} /* namespace SourceXtractor */
50
51
52#endif
Basic interface for a Task that is used to compute properties.
Definition Task.h:35
virtual ~Task()=default
Destructor.