VarStringValue Class. More...
#include <OSResult.h>
Public Member Functions | |
VarStringValue () | |
Default constructor. More... | |
~VarStringValue () | |
Class destructor. More... | |
Public Attributes | |
int | idx |
idx is the index on variable in the solution More... | |
std::string | value |
VarStringValue Class.
Definition at line 494 of file OSResult.h.
VarStringValue::VarStringValue | ( | ) |
Default constructor.
VarStringValue::~VarStringValue | ( | ) |
Class destructor.
int VarStringValue::idx |
idx is the index on variable in the solution
Definition at line 498 of file OSResult.h.
std::string VarStringValue::value |
Definition at line 503 of file OSResult.h.