Midge  v3.9.2
Data Processing Framework
bystander.hh
Go to the documentation of this file.
1 /*
2  * bystander.hh
3  *
4  * Created on: Aug 1, 2016
5  * Author: obla999
6  */
7 
8 #ifndef MIDGE_BYSTANDER_HH_
9 #define MIDGE_BYSTANDER_HH_
10 
11 #include "instructable.hh"
12 #include "node.hh"
13 
14 namespace midge
15 {
16 
17  class bystander :
18  virtual public node
19  {
20  public:
21  bystander();
22  virtual ~bystander();
23  };
24 
25 } /* namespace midge */
26 
27 #endif /* MIDGE_BYSTANDER_HH_ */
virtual ~bystander()
Definition: bystander.cc:18
Definition: _buffer.hh:11