OtherVariableResultStruct Struct Reference

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

#include <OSrLParserData.h>

Collaboration diagram for OtherVariableResultStruct:
Collaboration graph
[legend]

List of all members.

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 value
 value holds the text of the value attribute of the OtherVariableResult element
int numberOfVar
 numberOfVar holds the number of variables in the array of the OtherVariableResult element
std::string * otherVarText
 otherVarText is a pointer to an array with number of elements equal to the number of variables.
int * otherVarIndex
 otherVarIndex is a pointer to an array with number of elements equal to the number of variables.

Detailed Description

A structure to information about an OtherVariableResult element.

Definition at line 29 of file OSrLParserData.h.


Member Data Documentation

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

Definition at line 34 of file OSrLParserData.h.

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

Definition at line 39 of file OSrLParserData.h.

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

Definition at line 44 of file OSrLParserData.h.

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

Definition at line 49 of file OSrLParserData.h.

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.

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:

Generated on 22 May 2012 by  doxygen 1.6.1