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