OS  2.9.3
Public Member Functions | Public Attributes | List of all members
TimeDomainStageConstraints Class Reference

The in-memory representation of the <constraints> child of the <stage> element. More...

#include <OSInstance.h>

+ Collaboration diagram for TimeDomainStageConstraints:

Public Member Functions

 TimeDomainStageConstraints ()
 The TimeDomainStageConstraints class constructor. More...
 
 ~TimeDomainStageConstraints ()
 The TimeDomainStageConstraints class destructor. More...
 

Public Attributes

int numberOfConstraints
 numberOfConstraints gives the number of constraints contained in this stage More...
 
int startIdx
 startdIdx gives the number of the first constraint contained in this stage More...
 
TimeDomainStageCon ** con
 con is a pointer to an array of TimeDomainStageCon object pointers More...
 

Detailed Description

The in-memory representation of the <constraints> child of the <stage> element.

Definition at line 1973 of file OSInstance.h.

Constructor & Destructor Documentation

TimeDomainStageConstraints::TimeDomainStageConstraints ( )

The TimeDomainStageConstraints class constructor.

TimeDomainStageConstraints::~TimeDomainStageConstraints ( )

The TimeDomainStageConstraints class destructor.

Member Data Documentation

int TimeDomainStageConstraints::numberOfConstraints

numberOfConstraints gives the number of constraints contained in this stage

Definition at line 1984 of file OSInstance.h.

int TimeDomainStageConstraints::startIdx

startdIdx gives the number of the first constraint contained in this stage

Definition at line 1987 of file OSInstance.h.

TimeDomainStageCon** TimeDomainStageConstraints::con

con is a pointer to an array of TimeDomainStageCon object pointers

Definition at line 1990 of file OSInstance.h.


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