#include <OSOption.h>
Collaboration diagram for OtherConOption:

Public Member Functions | |
| OtherConOption () | |
| Default constructor. | |
| ~OtherConOption () | |
| Class destructor. | |
| bool | IsEqual (OtherConOption *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 of the option | |
| std::string | ubValue |
| upper bound of the option | |
Definition at line 2068 of file OSOption.h.
| OtherConOption::OtherConOption | ( | ) |
| OtherConOption::~OtherConOption | ( | ) |
| bool OtherConOption::IsEqual | ( | OtherConOption * | that | ) |
variable index
Definition at line 2072 of file OSOption.h.
Referenced by OtherConstraintOption::addCon(), and IsEqual().
| std::string OtherConOption::value |
value of the option
Definition at line 2075 of file OSOption.h.
Referenced by OtherConstraintOption::addCon(), and IsEqual().
| std::string OtherConOption::lbValue |
lower bound of the option
Definition at line 2078 of file OSOption.h.
Referenced by OtherConstraintOption::addCon(), and IsEqual().
| std::string OtherConOption::ubValue |
upper bound of the option
Definition at line 2081 of file OSOption.h.
Referenced by OtherConstraintOption::addCon(), and IsEqual().
1.4.7