Variables Class Reference

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

#include <OSInstance.h>

Collaboration diagram for Variables:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 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.

Detailed Description

The in-memory representation of the variables element.

Definition at line 114 of file OSInstance.h.


Constructor & Destructor Documentation

Variables::Variables (  ) 

The Variables class constructor.

Variables::~Variables (  ) 

The Variables class destructor.


Member Data Documentation

numberOfVariables is the number of variables in the instance

Definition at line 124 of file OSInstance.h.

Here we define a pointer to an array of var pointers.

Definition at line 127 of file OSInstance.h.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1