TimeDomainStages Class Reference

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

#include <OSInstance.h>

List of all members.

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


Detailed Description

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

Definition at line 488 of file OSInstance.h.


Constructor & Destructor Documentation

TimeDomainStages::TimeDomainStages (  ) 

The Stages class constructor.

Definition at line 659 of file OSInstance.cpp.

TimeDomainStages::~TimeDomainStages (  ) 

The Stages class destructor.

Definition at line 669 of file OSInstance.cpp.

References numberOfStages, and stage.


Member Data Documentation

int TimeDomainStages::numberOfStages

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

Definition at line 500 of file OSInstance.h.

Referenced by ~TimeDomainStages().

TimeDomainStage** TimeDomainStages::stage

stage is pointer to an array of stage object pointers

Definition at line 503 of file OSInstance.h.

Referenced by ~TimeDomainStages().


The documentation for this class was generated from the following files:
Generated on Sat Mar 29 22:38:06 2008 by  doxygen 1.5.3