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