Midge
v3.9.2
Data Processing Framework
library
core
bystander.hh
Go to the documentation of this file.
1
/*
2
* bystander.hh
3
*
4
* Created on: Aug 1, 2016
5
* Author: obla999
6
*/
7
8
#ifndef MIDGE_BYSTANDER_HH_
9
#define MIDGE_BYSTANDER_HH_
10
11
#include "
instructable.hh
"
12
#include "
node.hh
"
13
14
namespace
midge
15
{
16
17
class
bystander
:
18
virtual
public
node
19
{
20
public
:
21
bystander
();
22
virtual
~bystander
();
23
};
24
25
}
/* namespace midge */
26
27
#endif
/* MIDGE_BYSTANDER_HH_ */
midge::bystander::~bystander
virtual ~bystander()
Definition:
bystander.cc:18
midge
Definition:
_buffer.hh:11
node.hh
midge::node
Definition:
node.hh:20
midge::bystander::bystander
bystander()
Definition:
bystander.cc:13
instructable.hh
midge::bystander
Definition:
bystander.hh:17
Generated by
1.8.13