|
OS 2.10.2
|
The in-memory representation of the variables element. More...
#include <OSInstance.h>
Collaboration diagram for Variables:Public Member Functions | |
| Variables () | |
| The Variables class constructor. | |
| ~Variables () | |
| The Variables class destructor. | |
| bool | IsEqual (Variables *that) |
| A function to check for the equality of two objects. | |
Public Attributes | |
| int | numberOfVariables |
| numberOfVariables is the number of variables in the instance | |
| Variable ** | var |
| Here we define a pointer to an array of var pointers. | |
The in-memory representation of the variables element.
Definition at line 83 of file OSInstance.h.
| Variables::Variables | ( | ) |
The Variables class constructor.
| Variables::~Variables | ( | ) |
The Variables class destructor.
| int Variables::numberOfVariables |
numberOfVariables is the number of variables in the instance
Definition at line 94 of file OSInstance.h.
| Variable** Variables::var |
Here we define a pointer to an array of var pointers.
Definition at line 97 of file OSInstance.h.