The in-memory representation of the <variables> child of the <stage> element. More...
#include <OSInstance.h>

Public Member Functions | |
| TimeDomainStageVariables () | |
| The TimeDomainStageVariables class constructor. More... | |
| ~TimeDomainStageVariables () | |
| The TimeDomainStageVariables class destructor. More... | |
| TimeDomainStageVariables () | |
| The TimeDomainStageVariables class constructor. More... | |
| ~TimeDomainStageVariables () | |
| The TimeDomainStageVariables class destructor. More... | |
Public Attributes | |
| int | numberOfVariables |
| numberOfVariables gives the number of variables contained in this stage More... | |
| int | startIdx |
| startdIdx gives the number of the first variable contained in this stage More... | |
| TimeDomainStageVar ** | var |
| var is a pointer to an array of TimeDomainStageVar object pointers More... | |
The in-memory representation of the <variables> child of the <stage> element.
Definition at line 1951 of file OSInstance.h.
| TimeDomainStageVariables::TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class constructor.
Definition at line 1640 of file OSInstance.cpp.
| TimeDomainStageVariables::~TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class destructor.
Definition at line 1650 of file OSInstance.cpp.
| TimeDomainStageVariables::TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class constructor.
| TimeDomainStageVariables::~TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class destructor.
| int TimeDomainStageVariables::numberOfVariables |
numberOfVariables gives the number of variables contained in this stage
Definition at line 1962 of file OSInstance.h.
| int TimeDomainStageVariables::startIdx |
startdIdx gives the number of the first variable contained in this stage
Definition at line 1965 of file OSInstance.h.
| TimeDomainStageVar ** TimeDomainStageVariables::var |
var is a pointer to an array of TimeDomainStageVar object pointers
Definition at line 1968 of file OSInstance.h.
1.8.5