AuboStudio SDK  0.6.3
program_creation_context.h
浏览该文件的文档.
1#ifndef AUBO_SCOPE_PROGRAM_CREATION_CONTEXT_H
2#define AUBO_SCOPE_PROGRAM_CREATION_CONTEXT_H
3
5
6namespace arcs {
7namespace aubo_scope {
9
10/**
11 * \chinese
12 * 程序创建上下文
13 * 提供安装节点创建时所在上下文的相关信息。
14 * \endchinese
15 * \english
16 * ProgramCreationContext
17 * Provides information about the context in which an installation node is
18 * created.
19 * \endenglish
20 */
44
45} // namespace aubo_scope
46} // namespace arcs
47
48#endif // AUBO_SCOPE_PROGRAM_CREATION_CONTEXT_H
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
\chinese 程序创建上下文 提供安装节点创建时所在上下文的相关信息。 \endchinese \english ProgramCreationContext Provides informatio...
ProgramCreationContext(ProgramCreationContext &f)
ProgramCreationContext(ProgramCreationContext &&f)