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