AuboCaps
0.6.0
Main Page
Namespaces
Classes
Files
File List
File Members
include
aubo_caps
domain
program
nodes
builtin
switch_node.h
Go to the documentation of this file.
1
#ifndef AUBO_SCOPE_SWITCH_NODE_H
2
#define AUBO_SCOPE_SWITCH_NODE_H
3
4
#include <
aubo_caps/domain/program/nodes/program_node.h
>
5
6
namespace
arcs
{
7
namespace
aubo_scope {
8
ARCS_CLASS_FORWARD
(SwitchNode);
9
10
class
ARCS_ABI_EXPORT
SwitchNode
:
public
ProgramNode
11
{
12
public
:
13
SwitchNode
(
SwitchNode
&f);
14
SwitchNode
(
SwitchNode
&&f);
15
virtual
~
SwitchNode
();
16
17
private
:
18
friend
class
DataSwitch;
19
SwitchNode
();
20
void
*d_{
nullptr
};
21
};
22
23
}
// namespace aubo_scope
24
}
// namespace arcs
25
#endif // AUBO_SCOPE_SWITCH_NODE_H
arcs::aubo_scope::ARCS_CLASS_FORWARD
ARCS_CLASS_FORWARD(GripForceCapability)
arcs::aubo_scope::ProgramNode
Definition:
program_node.h:18
ARCS_ABI_EXPORT
#define ARCS_ABI_EXPORT
Definition:
class_forward.h:16
arcs::aubo_scope::SwitchNode
Definition:
switch_node.h:10
arcs
Definition:
contribution_provider.h:7
program_node.h
Generated by
1.8.11