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