#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 |
Definition at line 509 of file OSResult.h.
| OtherConstraintResult::OtherConstraintResult | ( | ) |
| OtherConstraintResult::~OtherConstraintResult | ( | ) |
| std::string OtherConstraintResult::name |
the name of the result the user is defining
Definition at line 513 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
| std::string OtherConstraintResult::description |
a brief description of the type of result
Definition at line 516 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
| std::vector<OtherConResult*> OtherConstraintResult::con |
Definition at line 523 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL(), and ~OtherConstraintResult().
1.5.3