My Project
OtherVariableResultStruct Struct Reference

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

#include <OSrLParserData.h>

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

std::string OtherVariableResultStruct::name

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

Definition at line 34 of file OSrLParserData.h.

◆ description

std::string OtherVariableResultStruct::description

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

Definition at line 39 of file OSrLParserData.h.

◆ value

std::string OtherVariableResultStruct::value

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

Definition at line 44 of file OSrLParserData.h.

◆ numberOfVar

int OtherVariableResultStruct::numberOfVar

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

Definition at line 49 of file OSrLParserData.h.

◆ otherVarText

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.

◆ otherVarIndex

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: