#include <OSResult.h>
Public Member Functions | |
| OtherObjectiveResult () | |
| Default constructor. | |
| ~OtherObjectiveResult () | |
| 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 < OtherObjResult * > | obj |
Definition at line 468 of file OSResult.h.
| OtherObjectiveResult::OtherObjectiveResult | ( | ) |
| OtherObjectiveResult::~OtherObjectiveResult | ( | ) |
| std::string OtherObjectiveResult::name |
the name of the result the user is defining
Definition at line 472 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
| std::string OtherObjectiveResult::description |
a brief description of the type of result
Definition at line 475 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
| std::vector<OtherObjResult*> OtherObjectiveResult::obj |
Definition at line 481 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL(), and ~OtherObjectiveResult().
1.5.3