Midge
v3.9.2
Data Processing Framework
library
core
input.hh
Go to the documentation of this file.
1
#ifndef _midge_input_hh_
2
#define _midge_input_hh_
3
4
#include "
stream.hh
"
5
#include "member_variables.hh"
6
7
namespace
midge
8
{
9
10
class
node;
11
12
class
input
13
{
14
public
:
15
input
();
16
virtual
~input
();
17
18
public
:
19
mv_accessible(
string_t
, name )
20
21
public
:
22
virtual
void
set
(
stream
* p_stream ) = 0;
23
};
24
25
}
26
27
#endif
midge
Definition:
_buffer.hh:11
midge::input::~input
virtual ~input()
Definition:
input.cc:10
midge::string_t
std::string string_t
Definition:
types.hh:21
midge::input
Definition:
input.hh:12
stream.hh
midge::input::input
input()
Definition:
input.cc:6
midge::stream
Definition:
stream.hh:12
Generated by
1.8.13