#include <OSOption.h>
Collaboration diagram for SolverOption:
Public Member Functions | |
SolverOption () | |
Default constructor. | |
~SolverOption () | |
Class destructor. | |
bool | IsEqual (SolverOption *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
std::string | name |
the name of the option | |
std::string | value |
the value of the option | |
std::string | solver |
the solver to which the option applies | |
std::string | category |
the category to which the option belongs | |
std::string | type |
the type of the option value (integer, double, boolean, string) | |
std::string | description |
the description of the option |
Definition at line 2200 of file OSOption.h.
SolverOption::SolverOption | ( | ) |
SolverOption::~SolverOption | ( | ) |
bool SolverOption::IsEqual | ( | SolverOption * | that | ) |
A function to check for the equality of two objects.
Definition at line 8746 of file OSOption.cpp.
References category, description, name, solver, type, and value.
std::string SolverOption::name |
the name of the option
Definition at line 2204 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), and IsEqual().
std::string SolverOption::value |
the value of the option
Definition at line 2207 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), and IsEqual().
std::string SolverOption::solver |
the solver to which the option applies
Definition at line 2210 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), and IsEqual().
std::string SolverOption::category |
the category to which the option belongs
Definition at line 2213 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), and IsEqual().
std::string SolverOption::type |
the type of the option value (integer, double, boolean, string)
Definition at line 2216 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), and IsEqual().
std::string SolverOption::description |
the description of the option
Definition at line 2219 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), and IsEqual().