AuboCaps  0.6.0
sub_prog_node.h
Go to the documentation of this file.
1 #ifndef AUBO_SCOPE_SUB_PROG_NODE_H
2 #define AUBO_SCOPE_SUB_PROG_NODE_H
3 
5 
6 namespace arcs {
7 namespace aubo_scope {
8 ARCS_CLASS_FORWARD(SubProgNode);
9 
11 {
12 public:
15  virtual ~SubProgNode();
16 
17 private:
18  friend class DataSwitch;
19  SubProgNode();
20  void *d_{ nullptr };
21 };
22 
23 } // namespace aubo_scope
24 } // namespace arcs
25 #endif // AUBO_SCOPE_SUB_PROG_NODE_H
ARCS_CLASS_FORWARD(GripForceCapability)
#define ARCS_ABI_EXPORT
Definition: class_forward.h:16