|
AuboStudio SDK
0.6.3
|
|
|
|
|
Provides information about the context in which an installation node is created 更多...
#include <program_creation_context.h>
Public 类型 | |
| enum | NodeCreationType { NEW , LOAD } |
Public 成员函数 | |
| ProgramCreationContext (ProgramCreationContext &f) | |
| ProgramCreationContext (ProgramCreationContext &&f) | |
| ~ProgramCreationContext () | |
| NodeCreationType | getNodeCreationType () |
| std::string | getCreatedVersion () |
| std::string | getLastSavedVersion () |
Private 成员函数 | |
| ProgramCreationContext () | |
Private 属性 | |
| void * | d_ { nullptr } |
友元 | |
| class | DataSwitch |
Provides information about the context in which an installation node is created
在文件 program_creation_context.h 第 14 行定义.
| 枚举值 | |
|---|---|
| NEW | |
| LOAD | |
在文件 program_creation_context.h 第 17 行定义.
| arcs::aubo_scope::ProgramCreationContext::ProgramCreationContext | ( | ProgramCreationContext & | f | ) |
| arcs::aubo_scope::ProgramCreationContext::ProgramCreationContext | ( | ProgramCreationContext && | f | ) |
| arcs::aubo_scope::ProgramCreationContext::~ProgramCreationContext | ( | ) |
|
private |
| std::string arcs::aubo_scope::ProgramCreationContext::getCreatedVersion | ( | ) |
| std::string arcs::aubo_scope::ProgramCreationContext::getLastSavedVersion | ( | ) |
| NodeCreationType arcs::aubo_scope::ProgramCreationContext::getNodeCreationType | ( | ) |
|
friend |
|
private |
在文件 program_creation_context.h 第 35 行定义.