The OtherConstraintResult Class. More...
#include <OSResult.h>

Public Member Functions | |
| OtherConstraintResult () | |
| Default constructor. | |
| ~OtherConstraintResult () | |
| Class destructor. | |
Public Attributes | |
| std::string | name |
| the name of the result the user is defining | |
| std::string | description |
| a brief description of the type of result | |
| std::vector< OtherConResult * > | con |
The OtherConstraintResult Class.
Definition at line 509 of file OSResult.h.
| OtherConstraintResult::OtherConstraintResult | ( | ) |
Default constructor.
| OtherConstraintResult::~OtherConstraintResult | ( | ) |
Class destructor.
| std::string OtherConstraintResult::name |
the name of the result the user is defining
Definition at line 513 of file OSResult.h.
| std::string OtherConstraintResult::description |
a brief description of the type of result
Definition at line 516 of file OSResult.h.
| std::vector<OtherConResult*> OtherConstraintResult::con |
Definition at line 523 of file OSResult.h.
1.6.1