OS  2.10.1
Public Member Functions | Public Attributes | List of all members
TimeDomainStages Class Reference

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

#include <OSInstance.h>

+ Collaboration diagram for TimeDomainStages:

Public Member Functions

 TimeDomainStages ()
 The Stages class constructor. More...
 
 ~TimeDomainStages ()
 The Stages class destructor. More...
 

Public Attributes

int numberOfStages
 numberOfStages is the number of stages in the <stages> element. More...
 
TimeDomainStage ** stage
 stage is pointer to an array of stage object pointers More...
 

Detailed Description

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

Definition at line 2091 of file OSInstance.h.

Constructor & Destructor Documentation

§ TimeDomainStages()

TimeDomainStages::TimeDomainStages ( )

The Stages class constructor.

§ ~TimeDomainStages()

TimeDomainStages::~TimeDomainStages ( )

The Stages class destructor.

Member Data Documentation

§ numberOfStages

int TimeDomainStages::numberOfStages

numberOfStages is the number of stages in the <stages> element.

Definition at line 2104 of file OSInstance.h.

§ stage

TimeDomainStage** TimeDomainStages::stage

stage is pointer to an array of stage object pointers

Definition at line 2107 of file OSInstance.h.


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