Midge  v3.9.2
Data Processing Framework
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
Definition: _buffer.hh:11
virtual ~input()
Definition: input.cc:10
std::string string_t
Definition: types.hh:21