|
AuboStudio SDK
0.6.2
|
Global variables are available everywhere in a program. More...
#include <global_variable.h>


Public Member Functions | |
| GlobalVariable (GlobalVariable &f) | |
| GlobalVariable (GlobalVariable &&f) | |
| virtual | ~GlobalVariable () |
Public Member Functions inherited from arcs::aubo_scope::Variable | |
| Variable (Variable &f) | |
| Variable (Variable &&f) | |
| virtual | ~Variable () |
| Type | getType () |
| std::string | getDisplayName () |
| Note: The variable can be renamed at any time. More... | |
| bool | equals (VariablePtr object) |
| size_t | hashCode () |
| std::string | toString () |
Protected Member Functions | |
| GlobalVariable () | |
Protected Member Functions inherited from arcs::aubo_scope::Variable | |
| Variable () | |
Private Attributes | |
| void * | d_ { nullptr } |
Friends | |
| class | DataSwitch |
Additional Inherited Members | |
Public Types inherited from arcs::aubo_scope::Variable | |
| enum | Type : int { GLOBAL, VALUE_PERSISTED, FEATURE } |
| The variable type used to determine which type of variable this instance is. More... | |
Global variables are available everywhere in a program.
Definition at line 13 of file global_variable.h.
| arcs::aubo_scope::GlobalVariable::GlobalVariable | ( | GlobalVariable & | f | ) |
| arcs::aubo_scope::GlobalVariable::GlobalVariable | ( | GlobalVariable && | f | ) |
|
virtual |
|
protected |
|
friend |
Definition at line 24 of file global_variable.h.
|
private |
Definition at line 25 of file global_variable.h.
1.8.11