#include <OSResult.h>
Public Member Functions | |
| ConstraintValues () | |
| Default constructor. | |
| ~ConstraintValues () | |
| Class destructor. | |
Public Attributes | |
| std::vector< ConValue * > | con |
| con is a vector of ConValue objects that give an index and constraint function value for each constraint function. | |
Definition at line 582 of file OSResult.h.
| ConstraintValues::ConstraintValues | ( | ) |
| ConstraintValues::~ConstraintValues | ( | ) |
| std::vector<ConValue*> ConstraintValues::con |
con is a vector of ConValue objects that give an index and constraint function value for each constraint function.
Definition at line 589 of file OSResult.h.
Referenced by OSResult::setConstraintValues(), and ~ConstraintValues().
1.4.7