Public Member Functions | Public Attributes | List of all members
Variables Class Reference

The in-memory representation of the variables element. More...

#include <OSInstance.h>

Collaboration diagram for Variables:
Collaboration graph
[legend]

Public Member Functions

 Variables ()
 The Variables class constructor. More...
 
 ~Variables ()
 The Variables class destructor. More...
 
bool IsEqual (Variables *that)
 A function to check for the equality of two objects. More...
 
 Variables ()
 The Variables class constructor. More...
 
 ~Variables ()
 The Variables class destructor. More...
 

Public Attributes

int numberOfVariables
 numberOfVariables is the number of variables in the instance More...
 
Variable ** var
 Here we define a pointer to an array of var pointers. More...
 

Detailed Description

The in-memory representation of the variables element.

Definition at line 83 of file OSInstance.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

bool Variables::IsEqual ( Variables that)

A function to check for the equality of two objects.

Definition at line 8125 of file OSInstance.cpp.

Member Data Documentation

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.


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