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

Public Member Functions | |
| TimeDomainStages () | |
| The Stages class constructor. | |
| ~TimeDomainStages () | |
| The Stages class destructor. | |
Public Attributes | |
| int | numberOfStages |
| numberOfStages is the number of stages in the <stages> element. | |
| TimeDomainStage ** | stage |
| stage is pointer to an array of stage object pointers | |
The in-memory representation of the <stages> element.
Definition at line 488 of file OSInstance.h.
| TimeDomainStages::TimeDomainStages | ( | ) |
The Stages class constructor.
| TimeDomainStages::~TimeDomainStages | ( | ) |
The Stages class destructor.
numberOfStages is the number of stages in the <stages> element.
Definition at line 500 of file OSInstance.h.
stage is pointer to an array of stage object pointers
Definition at line 503 of file OSInstance.h.
1.6.1