The OtherVariableResult Class. More...
#include <OSResult.h>

Public Member Functions | |
| OtherVariableResult () | |
| Default constructor. | |
| ~OtherVariableResult () | |
| 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< OtherVarResult * > | var |
The OtherVariableResult Class.
Definition at line 428 of file OSResult.h.
| OtherVariableResult::OtherVariableResult | ( | ) |
Default constructor.
| OtherVariableResult::~OtherVariableResult | ( | ) |
Class destructor.
| std::string OtherVariableResult::name |
the name of the result the user is defining
Definition at line 432 of file OSResult.h.
| std::string OtherVariableResult::description |
a brief description of the type of result
Definition at line 435 of file OSResult.h.
| std::vector<OtherVarResult*> OtherVariableResult::var |
Definition at line 441 of file OSResult.h.
1.6.1