Midge  v3.9.2
Data Processing Framework
output.cc
Go to the documentation of this file.
1 #include "output.hh"
2 
3 namespace midge
4 {
5 
7  f_name( "(unnamed output)" )
8  {
9  }
11  {
12  }
13 
14 }
Definition: _buffer.hh:11
virtual ~output()
Definition: output.cc:10