The OtherOptimizationResult Class. More...
#include <OSResult.h>
Public Member Functions | |
OtherOptimizationResult () | |
Default constructor. More... | |
~OtherOptimizationResult () | |
Class destructor. More... | |
Public Attributes | |
std::string | name |
the name of the result the user is defining More... | |
std::string | description |
a brief description of the type of result More... | |
std::string | value |
this element allows a specific value associated with this particular type of result More... | |
The OtherOptimizationResult Class.
Definition at line 1141 of file OSResult.h.
OtherOptimizationResult::OtherOptimizationResult | ( | ) |
Default constructor.
OtherOptimizationResult::~OtherOptimizationResult | ( | ) |
Class destructor.
std::string OtherOptimizationResult::name |
the name of the result the user is defining
Definition at line 1145 of file OSResult.h.
std::string OtherOptimizationResult::description |
a brief description of the type of result
Definition at line 1148 of file OSResult.h.
std::string OtherOptimizationResult::value |
this element allows a specific value associated with this particular type of result
Definition at line 1153 of file OSResult.h.