My Project
TimeDomainStageVariables Class Reference

The in-memory representation of the <variables> child of the <stage> element. More...

#include <OSInstance.h>

Public Member Functions

 TimeDomainStageVariables ()
 The TimeDomainStageVariables class constructor.
 
 ~TimeDomainStageVariables ()
 The TimeDomainStageVariables class destructor.
 
 TimeDomainStageVariables ()
 The TimeDomainStageVariables class constructor.
 
 ~TimeDomainStageVariables ()
 The TimeDomainStageVariables class destructor.
 

Public Attributes

int numberOfVariables
 numberOfVariables gives the number of variables contained in this stage
 
int startIdx
 startdIdx gives the number of the first variable contained in this stage
 
TimeDomainStageVar ** var
 var is a pointer to an array of TimeDomainStageVar object pointers
 

Detailed Description

The in-memory representation of the <variables> child of the <stage> element.

Definition at line 1951 of file OSInstance.h.

Constructor & Destructor Documentation

◆ TimeDomainStageVariables() [1/2]

TimeDomainStageVariables::TimeDomainStageVariables ( )

The TimeDomainStageVariables class constructor.

Definition at line 1640 of file OSInstance.cpp.

◆ ~TimeDomainStageVariables() [1/2]

TimeDomainStageVariables::~TimeDomainStageVariables ( )

The TimeDomainStageVariables class destructor.

Definition at line 1650 of file OSInstance.cpp.

◆ TimeDomainStageVariables() [2/2]

TimeDomainStageVariables::TimeDomainStageVariables ( )

The TimeDomainStageVariables class constructor.

◆ ~TimeDomainStageVariables() [2/2]

TimeDomainStageVariables::~TimeDomainStageVariables ( )

The TimeDomainStageVariables class destructor.

Member Data Documentation

◆ numberOfVariables

int TimeDomainStageVariables::numberOfVariables

numberOfVariables gives the number of variables contained in this stage

Definition at line 1962 of file OSInstance.h.

◆ startIdx

int TimeDomainStageVariables::startIdx

startdIdx gives the number of the first variable contained in this stage

Definition at line 1965 of file OSInstance.h.

◆ var

TimeDomainStageVar ** TimeDomainStageVariables::var

var is a pointer to an array of TimeDomainStageVar object pointers

Definition at line 1968 of file OSInstance.h.


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