My Project
MatrixVariableValues Class Reference

The in-memory representation of the <matrixVariables> element. More...

#include <OSResult.h>

Public Member Functions

 MatrixVariableValues ()
 The MatrixVariableValues class constructor.
 
 ~MatrixVariableValues ()
 The MatrixVariableValues class destructor.
 
bool IsEqual (MatrixVariableValues *that)
 A function to check for the equality of two objects.
 

Public Attributes

int numberOfMatrixVar
 numberOfMatrixVar gives the number of <matrixVar> children
 
OSMatrixWithMatrixVarIdx ** matrixVar
 matrixVar is an array of pointers to the <matrixVar> children
 

Detailed Description

The in-memory representation of the <matrixVariables> element.

Definition at line 1914 of file OSResult.h.

Constructor & Destructor Documentation

◆ MatrixVariableValues()

MatrixVariableValues::MatrixVariableValues ( )

The MatrixVariableValues class constructor.

Definition at line 930 of file OSResult.cpp.

◆ ~MatrixVariableValues()

MatrixVariableValues::~MatrixVariableValues ( )

The MatrixVariableValues class destructor.

Definition at line 940 of file OSResult.cpp.

Member Function Documentation

◆ IsEqual()

bool MatrixVariableValues::IsEqual ( MatrixVariableValues * that)

A function to check for the equality of two objects.

Member Data Documentation

◆ numberOfMatrixVar

int MatrixVariableValues::numberOfMatrixVar

numberOfMatrixVar gives the number of <matrixVar> children

Definition at line 1918 of file OSResult.h.

◆ matrixVar

OSMatrixWithMatrixVarIdx** MatrixVariableValues::matrixVar

matrixVar is an array of pointers to the <matrixVar> children

Definition at line 1921 of file OSResult.h.


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