|
AuboStudio SDK
0.6.3
|
|
|
|
|
Global variables are available everywhere in a program. 更多...
#include <global_variable.h>


Public 成员函数 | |
| GlobalVariable (GlobalVariable &f) | |
| GlobalVariable (GlobalVariable &&f) | |
| virtual | ~GlobalVariable () |
| Public 成员函数 继承自 arcs::aubo_scope::Variable | |
| Variable (Variable &f) | |
| Variable (Variable &&f) | |
| virtual | ~Variable () |
| Type | getType () |
| \chinese 获取变量类型 | |
| std::string | getDisplayName () |
| \chinese 获取变量显示名称。注意:变量可随时被重命名。 | |
| bool | equals (VariablePtr object) |
| \chinese 判断是否引用相同的内部变量 | |
| size_t | hashCode () |
| \chinese 获取哈希码 | |
| std::string | toString () |
| \chinese 获取变量的字符串表示 | |
Protected 成员函数 | |
| GlobalVariable () | |
| Protected 成员函数 继承自 arcs::aubo_scope::Variable | |
| Variable () | |
Private 属性 | |
| void * | d_ { nullptr } |
友元 | |
| class | DataSwitch |
额外继承的成员函数 | |
| Public 类型 继承自 arcs::aubo_scope::Variable | |
| enum | Type : int { GLOBAL , VALUE_PERSISTED , FEATURE } |
| The variable type used to determine which type of variable this instance is. 更多... | |
Global variables are available everywhere in a program.
在文件 global_variable.h 第 13 行定义.
| arcs::aubo_scope::GlobalVariable::GlobalVariable | ( | GlobalVariable & | f | ) |
| arcs::aubo_scope::GlobalVariable::GlobalVariable | ( | GlobalVariable && | f | ) |
|
virtual |
|
protected |
|
friend |
|
private |
在文件 global_variable.h 第 25 行定义.