#include <OSOption.h>
Collaboration diagram for OtherObjOption:
Public Member Functions | |
OtherObjOption () | |
Default constructor. | |
~OtherObjOption () | |
Class destructor. | |
bool | IsEqual (OtherObjOption *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 1670 of file OSOption.h.
OtherObjOption::OtherObjOption | ( | ) |
OtherObjOption::~OtherObjOption | ( | ) |
bool OtherObjOption::IsEqual | ( | OtherObjOption * | that | ) |
variable index
Definition at line 1674 of file OSOption.h.
Referenced by OtherObjectiveOption::addObj(), and IsEqual().
std::string OtherObjOption::value |
value of the option
Definition at line 1677 of file OSOption.h.
Referenced by OtherObjectiveOption::addObj(), and IsEqual().
std::string OtherObjOption::lbValue |
lower bound on the value
Definition at line 1681 of file OSOption.h.
Referenced by OtherObjectiveOption::addObj(), and IsEqual().
std::string OtherObjOption::ubValue |
lower bound on the value
Definition at line 1684 of file OSOption.h.
Referenced by OtherObjectiveOption::addObj(), and IsEqual().