#include <OSOption.h>
Collaboration diagram for OtherVarOption:
Public Member Functions | |
OtherVarOption () | |
Default constructor. | |
~OtherVarOption () | |
Class destructor. | |
bool | IsEqual (OtherVarOption *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
int | idx |
variable index | |
std::string | value |
value of the option | |
std::string | lbValue |
lower bound on the value | |
std::string | ubValue |
lower bound on the value |
Definition at line 1331 of file OSOption.h.
OtherVarOption::OtherVarOption | ( | ) |
OtherVarOption::~OtherVarOption | ( | ) |
bool OtherVarOption::IsEqual | ( | OtherVarOption * | that | ) |
variable index
Definition at line 1335 of file OSOption.h.
Referenced by OtherVariableOption::addVar(), and IsEqual().
std::string OtherVarOption::value |
value of the option
Definition at line 1338 of file OSOption.h.
Referenced by OtherVariableOption::addVar(), and IsEqual().
std::string OtherVarOption::lbValue |
lower bound on the value
Definition at line 1341 of file OSOption.h.
Referenced by OtherVariableOption::addVar(), and IsEqual().
std::string OtherVarOption::ubValue |
lower bound on the value
Definition at line 1344 of file OSOption.h.
Referenced by OtherVariableOption::addVar(), and IsEqual().