My Project
TimeDomainStages Class Reference

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.
 
 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 2091 of file OSInstance.h.

Constructor & Destructor Documentation

◆ TimeDomainStages() [1/2]

TimeDomainStages::TimeDomainStages ( )

The Stages class constructor.

Definition at line 1793 of file OSInstance.cpp.

◆ ~TimeDomainStages() [1/2]

TimeDomainStages::~TimeDomainStages ( )

The Stages class destructor.

Definition at line 1803 of file OSInstance.cpp.

◆ TimeDomainStages() [2/2]

TimeDomainStages::TimeDomainStages ( )

The Stages class constructor.

◆ ~TimeDomainStages() [2/2]

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 files: