#include <OSResult.h>
Collaboration diagram for OtherOptimizationResult:

Public Member Functions | |
| OtherOptimizationResult () | |
| Default constructor. | |
| ~OtherOptimizationResult () | |
| 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::string | value |
| this element allows a specific value associated with this particular type of result | |
Definition at line 1142 of file OSResult.h.
| OtherOptimizationResult::OtherOptimizationResult | ( | ) |
Default constructor.
| OtherOptimizationResult::~OtherOptimizationResult | ( | ) |
Class destructor.
| std::string OtherOptimizationResult::name |
| std::string OtherOptimizationResult::description |
| std::string OtherOptimizationResult::value |
this element allows a specific value associated with this particular type of result
Definition at line 1154 of file OSResult.h.
1.4.7