#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 1704 of file OSOption.h.
| OtherObjOption::OtherObjOption | ( | ) |
| OtherObjOption::~OtherObjOption | ( | ) |
| bool OtherObjOption::IsEqual | ( | OtherObjOption * | that | ) |
variable index
Definition at line 1708 of file OSOption.h.
Referenced by OtherObjectiveOption::addObj(), and IsEqual().
| std::string OtherObjOption::value |
value of the option
Definition at line 1711 of file OSOption.h.
Referenced by OtherObjectiveOption::addObj(), and IsEqual().
| std::string OtherObjOption::lbValue |
lower bound on the value
Definition at line 1715 of file OSOption.h.
Referenced by OtherObjectiveOption::addObj(), and IsEqual().
| std::string OtherObjOption::ubValue |
lower bound on the value
Definition at line 1718 of file OSOption.h.
Referenced by OtherObjectiveOption::addObj(), and IsEqual().
1.4.7