#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 |
Definition at line 428 of file OSResult.h.
OtherVariableResult::OtherVariableResult | ( | ) |
OtherVariableResult::~OtherVariableResult | ( | ) |
std::string OtherVariableResult::name |
the name of the result the user is defining
Definition at line 432 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
std::string OtherVariableResult::description |
a brief description of the type of result
Definition at line 435 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
std::vector<OtherVarResult*> OtherVariableResult::var |
Definition at line 441 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL(), and ~OtherVariableResult().