Midge
v3.9.2
Data Processing Framework
library
utility
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
16
slot::~slot
()
17
{}
18
19
}
/* namespace midge */
midge
Definition:
_buffer.hh:11
midge::string_t
std::string string_t
Definition:
types.hh:21
slot.hh
midge::slot::~slot
virtual ~slot()
Definition:
slot.cc:16
midge::slot::slot
slot(const string_t &p_name)
Definition:
slot.cc:12
Generated by
1.8.13