The OtherObjectiveResult Class. More...
#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 |
The OtherObjectiveResult Class.
Definition at line 468 of file OSResult.h.
| OtherObjectiveResult::OtherObjectiveResult | ( | ) |
Default constructor.
| OtherObjectiveResult::~OtherObjectiveResult | ( | ) |
Class destructor.
| std::string OtherObjectiveResult::name |
the name of the result the user is defining
Definition at line 472 of file OSResult.h.
| std::string OtherObjectiveResult::description |
a brief description of the type of result
Definition at line 475 of file OSResult.h.
| std::vector<OtherObjResult*> OtherObjectiveResult::obj |
Definition at line 481 of file OSResult.h.
1.6.1