PDF
AuboStudio SDK  0.6.3
arcs::aubo_scope::GlobalVariable Class Reference

Global variables are available everywhere in a program. More...

#include <global_variable.h>

Inheritance diagram for arcs::aubo_scope::GlobalVariable:
Collaboration diagram for arcs::aubo_scope::GlobalVariable:

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 ()
 Returns the type of variable.
std::string getDisplayName ()
 Note: The variable can be renamed at any time.
bool equals (VariablePtr object)
 Checks if the object references the same internal Variable.
size_t hashCode ()
 Returns the hash code for this object.
std::string toString ()
 Returns a string representation of the variable.

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...

Detailed Description

Global variables are available everywhere in a program.

Definition at line 13 of file global_variable.h.

Constructor & Destructor Documentation

◆ GlobalVariable() [1/3]

arcs::aubo_scope::GlobalVariable::GlobalVariable ( GlobalVariable & f)

References GlobalVariable().

Referenced by GlobalVariable(), and GlobalVariable().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GlobalVariable() [2/3]

arcs::aubo_scope::GlobalVariable::GlobalVariable ( GlobalVariable && f)

References GlobalVariable().

Here is the call graph for this function:

◆ ~GlobalVariable()

virtual arcs::aubo_scope::GlobalVariable::~GlobalVariable ( )
virtual

◆ GlobalVariable() [3/3]

arcs::aubo_scope::GlobalVariable::GlobalVariable ( )
protected

◆ DataSwitch

friend class DataSwitch
friend

Definition at line 24 of file global_variable.h.

References DataSwitch.

Referenced by DataSwitch.

Member Data Documentation

◆ d_

void* arcs::aubo_scope::GlobalVariable::d_ { nullptr }
private

Definition at line 25 of file global_variable.h.


The documentation for this class was generated from the following file: