Pottu
StageBase.hpp
Go to the documentation of this file.
1 
7 #ifndef H_POTTU_STAGEBASE
8 #define H_POTTU_STAGEBASE
9 
10 namespace pottu {
11 
16  class StageBase {
17  public:
18  virtual ~StageBase() {}
19  };
20 
21 }
22 
23 #endif
Abstract baseclass for all pipeline stage objects.
Definition: StageBase.hpp:16
Definition: mainpage.dox:6