#include <OSResult.h>
Collaboration diagram for OtherVarResult:

Public Member Functions | |
| OtherVarResult () | |
| Default constructor. | |
| ~OtherVarResult () | |
| Class destructor. | |
Public Attributes | |
| int | idx |
| the index of a variable in the solution | |
| std::string | value |
| value holds a general value for a variable, for example, rather than the value of a variable we may wish to store the variable name associated with the vairable with index idx, hence we want a string here and not a double | |
Definition at line 161 of file OSResult.h.
| OtherVarResult::OtherVarResult | ( | ) |
Default constructor.
| OtherVarResult::~OtherVarResult | ( | ) |
Class destructor.
| std::string OtherVarResult::value |
value holds a general value for a variable, for example, rather than the value of a variable we may wish to store the variable name associated with the vairable with index idx, hence we want a string here and not a double
Definition at line 173 of file OSResult.h.
1.4.7