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 |
The in-memory representation of the <variables> child of the <stage> element.
Definition at line 501 of file OSInstance.h.
TimeDomainStageVariables::TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class constructor.
Definition at line 777 of file OSInstance.cpp.
TimeDomainStageVariables::~TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class destructor.
Definition at line 787 of file OSInstance.cpp.
TimeDomainStageVariables::TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class constructor.
TimeDomainStageVariables::~TimeDomainStageVariables | ( | ) |
The TimeDomainStageVariables class destructor.
numberOfVariables gives the number of variables contained in this stage
Definition at line 512 of file OSInstance.h.
startdIdx gives the number of the first variable contained in this stage
Definition at line 515 of file OSInstance.h.
var is a pointer to an array of TimeDomainStageVar object pointers
Definition at line 518 of file OSInstance.h.