#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 929 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 933 of file OSResult.h.
Referenced by OSResult::getVarValueStringIdx(), and OSResult::setVarValueString().
| std::string VarValueString::value |
Definition at line 938 of file OSResult.h.
Referenced by OSResult::getVarValueString(), and OSResult::setVarValueString().
1.4.7