#include <OSResult.h>
Public Member Functions | |
| VariableStringValues () | |
| Default constructor. | |
| ~VariableStringValues () | |
| Class destructor. | |
Public Attributes | |
| int | numberOfVar |
| the number of variable values that are in the solution | |
| std::vector< VarStringValue * > | var |
| a vector of VarValue objects, there will be one for each variable in the solution | |
Definition at line 530 of file OSResult.h.
| VariableStringValues::VariableStringValues | ( | ) |
Default constructor.
| VariableStringValues::~VariableStringValues | ( | ) |
Class destructor.
| std::vector<VarStringValue*> VariableStringValues::var |
a vector of VarValue objects, there will be one for each variable in the solution
Definition at line 540 of file OSResult.h.
1.4.7