#include <OSResult.h>
Collaboration diagram for VarValueString:
Public Member Functions | |
VarValueString () | |
Default constructor. | |
~VarValueString () | |
Class destructor. | |
bool | IsEqual (VarValueString *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
int | idx |
idx is the index on variable in the solution | |
std::string | value |
Definition at line 928 of file OSResult.h.
VarValueString::VarValueString | ( | ) |
VarValueString::~VarValueString | ( | ) |
bool VarValueString::IsEqual | ( | VarValueString * | that | ) |
idx is the index on variable in the solution
Definition at line 932 of file OSResult.h.
Referenced by OSResult::getVarValueStringIdx(), IsEqual(), and OSResult::setVarValueString().
std::string VarValueString::value |
Definition at line 937 of file OSResult.h.
Referenced by OSResult::getVarValueString(), IsEqual(), and OSResult::setVarValueString().