Nymph  v1.5.2
Flow-Based Data Processing Framework
KTWriter.cc
Go to the documentation of this file.
1 /*
2  * KTWriter.cc
3  *
4  * Created on: Aug 24, 2012
5  * Author: nsoblath
6  */
7 
8 #include "KTWriter.hh"
9 
10 namespace Nymph
11 {
12 
13  KTWriter::KTWriter(const std::string& name) :
14  KTProcessor(name)
15  {
16  }
17 
19  {
20  }
21 
22 
23 
25  {
26  }
27 
29  {
30  }
31 
32 
33 
34 } /* namespace Nymph */
virtual ~KTWriter()
Definition: KTWriter.cc:18
KTWriter(const std::string &name="default-writer-name")
Definition: KTWriter.cc:13
virtual ~KTTypeWriter()
Definition: KTWriter.cc:28