AuboStudio SDK  0.6.3
program_home_node.h
浏览该文件的文档.
1#ifndef AUBO_SCOPE_PROGRAM_HOME_NODE_H
2#define AUBO_SCOPE_PROGRAM_HOME_NODE_H
3
4#include <vector>
7
8namespace arcs {
9namespace aubo_scope {
11
13{
14public:
15
19
20
21private:
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
#define ARCS_ABI_EXPORT
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
ProgramHomeNode(ProgramHomeNode &&f)
ProgramHomeNode(ProgramHomeNode &f)