Midge  v3.9.2
Data Processing Framework
slot.cc
Go to the documentation of this file.
1 /*
2  * slot.cc
3  *
4  * Created on: Feb 6, 2019
5  * Author: N.S. Oblath
6  */
7 
8 #include "slot.hh"
9 
10 namespace midge
11 {
12  slot::slot( const string_t& p_name ) :
13  f_name( p_name )
14  {}
15 
17  {}
18 
19 } /* namespace midge */
Definition: _buffer.hh:11
std::string string_t
Definition: types.hh:21
virtual ~slot()
Definition: slot.cc:16
slot(const string_t &p_name)
Definition: slot.cc:12