1#ifndef AUBO_SCOPE_VARIABLE_H
2#define AUBO_SCOPE_VARIABLE_H
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
Variable Represents a variable in AuboScope.
Type getType()
Returns the type of variable.
Type
The variable type used to determine which type of variable this instance is.
std::string toString()
Returns a string representation of the variable.
std::string getDisplayName()
Note: The variable can be renamed at any time.
size_t hashCode()
Returns the hash code for this object.
bool equals(VariablePtr object)
Checks if the object references the same internal Variable.