AuboCaps  0.6.0
program_home_node.h
Go to the documentation of this file.
1 #ifndef AUBO_SCOPE_PROGRAM_HOME_NODE_H
2 #define AUBO_SCOPE_PROGRAM_HOME_NODE_H
3 
4 #include <vector>
7 
8 namespace arcs {
9 namespace aubo_scope {
10 ARCS_CLASS_FORWARD(ProgramHomeNode);
11 
13 {
14 public:
15 
18  virtual ~ProgramHomeNode();
19 
20 
21 private:
22  friend class DataSwitch;
24  void *d_{ nullptr };
25 };
26 
27 } // namespace aubo_scope
28 } // namespace arcs
29 #endif // AUBO_SCOPE_PROGRAM_HOME_NODE_H
ARCS_CLASS_FORWARD(GripForceCapability)
#define ARCS_ABI_EXPORT
Definition: class_forward.h:16