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

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 |
Definition at line 428 of file OSResult.h.
| OtherVariableResult::OtherVariableResult | ( | ) |
Default constructor.
| OtherVariableResult::~OtherVariableResult | ( | ) |
Class destructor.
| std::string OtherVariableResult::name |
| std::string OtherVariableResult::description |
| std::vector<OtherVarResult*> OtherVariableResult::var |
Definition at line 441 of file OSResult.h.
1.4.7