The in-memory representation of the variables element. More...
#include <OSInstance.h>

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. | |
| Variables () | |
| The Variables class constructor. | |
| ~Variables () | |
| The Variables class destructor. | |
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.
Definition at line 577 of file OSInstance.cpp.
| Variables::~Variables | ( | ) |
The Variables class destructor.
Definition at line 586 of file OSInstance.cpp.
| Variables::Variables | ( | ) |
The Variables class constructor.
| Variables::~Variables | ( | ) |
The Variables class destructor.
| bool Variables::IsEqual | ( | Variables * | that | ) |
A function to check for the equality of two objects.
Definition at line 8123 of file OSInstance.cpp.
numberOfVariables is the number of variables in the instance
Definition at line 94 of file OSInstance.h.
Here we define a pointer to an array of var pointers.
Definition at line 97 of file OSInstance.h.
1.6.1