The VariableSolution Class. More...
#include <OSResult.h>

Public Member Functions | |
| VariableSolution () | |
| Default constructor. | |
| ~VariableSolution () | |
| Class destructor. | |
Public Attributes | |
| int | numberOfOtherVariableResult |
| the number of types of variable results other than the value of the variable | |
| VariableValues * | values |
| a pointer to an array of VariableValues objects | |
| OtherVariableResult ** | other |
| a pointer to an array of other pointer objects for variables | |
The VariableSolution Class.
Definition at line 654 of file OSResult.h.
| VariableSolution::VariableSolution | ( | ) |
Default constructor.
| VariableSolution::~VariableSolution | ( | ) |
Class destructor.
the number of types of variable results other than the value of the variable
Definition at line 660 of file OSResult.h.
a pointer to an array of VariableValues objects
Definition at line 663 of file OSResult.h.
a pointer to an array of other pointer objects for variables
Definition at line 669 of file OSResult.h.
1.6.1