#include <OSrLParserData.h>
Collaboration diagram for OtherVariableResultStruct:
Public Attributes | |
std::string | name |
name holds the text of the name attribute of the OtherVariableResult element | |
std::string | description |
description holds the text of the description attribute of the OtherVariableResult element | |
std::string * | otherVarText |
otherVarText is a pointer to an array with number of elements equal to number of variables, each element of the array is the value of the variable corresponding to the OtherVariableResult, e.g. |
Definition at line 25 of file OSrLParserData.h.
std::string OtherVariableResultStruct::name |
name holds the text of the name attribute of the OtherVariableResult element
Definition at line 29 of file OSrLParserData.h.
std::string OtherVariableResultStruct::description |
description holds the text of the description attribute of the OtherVariableResult element
Definition at line 34 of file OSrLParserData.h.
std::string* OtherVariableResultStruct::otherVarText |
otherVarText is a pointer to an array with number of elements equal to number of variables, each element of the array is the value of the variable corresponding to the OtherVariableResult, e.g.
a variable name or variable reduced cost, etc.
Definition at line 42 of file OSrLParserData.h.