Public Attributes | List of all members
OtherVariableResultStruct Struct Reference

A structure to information about an OtherVariableResult element. More...

#include <OSrLParserData.h>

Collaboration diagram for OtherVariableResultStruct:
Collaboration graph
[legend]

Public Attributes

std::string name
 name holds the text of the name attribute of the OtherVariableResult element More...
 
std::string description
 description holds the text of the description attribute of the OtherVariableResult element More...
 
std::string value
 value holds the text of the value attribute of the OtherVariableResult element More...
 
int numberOfVar
 numberOfVar holds the number of variables in the array of the OtherVariableResult element More...
 
std::string * otherVarText
 otherVarText is a pointer to an array with number of elements equal to the number of variables. More...
 
intotherVarIndex
 otherVarIndex is a pointer to an array with number of elements equal to the number of variables. More...
 

Detailed Description

A structure to information about an OtherVariableResult element.

Definition at line 29 of file OSrLParserData.h.

Member Data Documentation

std::string OtherVariableResultStruct::name

name holds the text of the name attribute of the OtherVariableResult element

Definition at line 34 of file OSrLParserData.h.

std::string OtherVariableResultStruct::description

description holds the text of the description attribute of the OtherVariableResult element

Definition at line 39 of file OSrLParserData.h.

std::string OtherVariableResultStruct::value

value holds the text of the value attribute of the OtherVariableResult element

Definition at line 44 of file OSrLParserData.h.

int OtherVariableResultStruct::numberOfVar

numberOfVar holds the number of variables in the array of the OtherVariableResult element

Definition at line 49 of file OSrLParserData.h.

std::string * OtherVariableResultStruct::otherVarText

otherVarText is a pointer to an array with number of elements equal to the 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 57 of file OSrLParserData.h.

int * OtherVariableResultStruct::otherVarIndex

otherVarIndex is a pointer to an array with number of elements equal to the number of variables.

Each element of the array is the index of the variable corresponding to the OtherVariableResult, e.g. a variable name or variable reduced cost, etc.

Definition at line 66 of file OSrLParserData.h.


The documentation for this struct was generated from the following files: