AuboStudio SDK  0.6.3
assembly_node.h
浏览该文件的文档.
1#ifndef AUBO_SCOPE_ASSEMBLY_NODE_H
2#define AUBO_SCOPE_ASSEMBLY_NODE_H
3
5
6namespace arcs {
7namespace aubo_scope {
9
11{
12public:
19
22 virtual ~AssemblyNode();
23
25
26private:
27 friend class DataSwitch;
29 void *d_{ nullptr };
30};
31
32} // namespace aubo_scope
33} // namespace arcs
34#endif // AUBO_SCOPE_ASSEMBLY_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...
AssemblyNode(AssemblyNode &&f)