AuboStudio SDK  0.6.3
installation_creation_context.h
浏览该文件的文档.
1#ifndef AUBO_SCOPE_INSTALLATION_CREATION_CONTEXT_H
2#define AUBO_SCOPE_INSTALLATION_CREATION_CONTEXT_H
3
5
6namespace arcs {
7namespace aubo_scope {
8
10
11/**
12 * \chinese
13 * 安装创建上下文
14 * 提供安装节点创建时所在上下文的相关信息。
15 * \endchinese
16 * \english
17 * InstallationCreationContext
18 * Provides information about the context in which an installation node is
19 * created.
20 * \endenglish
21 */
45
46} // namespace aubo_scope
47} // namespace arcs
48
49#endif // AUBO_SCOPE_INSTALLATION_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 InstallationCreationContext Provides infor...
InstallationCreationContext(InstallationCreationContext &&f)
InstallationCreationContext(InstallationCreationContext &f)