The in-memory representation of the <constraints> child of the <stage> element. More...
#include <OSInstance.h>
Public Member Functions | |
TimeDomainStageConstraints () | |
The TimeDomainStageConstraints class constructor. | |
~TimeDomainStageConstraints () | |
The TimeDomainStageConstraints class destructor. | |
TimeDomainStageConstraints () | |
The TimeDomainStageConstraints class constructor. | |
~TimeDomainStageConstraints () | |
The TimeDomainStageConstraints class destructor. | |
Public Attributes | |
int | numberOfConstraints |
numberOfConstraints gives the number of constraints contained in this stage | |
int | startIdx |
startdIdx gives the number of the first constraint contained in this stage | |
TimeDomainStageCon ** | con |
con is a pointer to an array of TimeDomainStageCon object pointers |
The in-memory representation of the <constraints> child of the <stage> element.
Definition at line 544 of file OSInstance.h.
TimeDomainStageConstraints::TimeDomainStageConstraints | ( | ) |
The TimeDomainStageConstraints class constructor.
Definition at line 822 of file OSInstance.cpp.
TimeDomainStageConstraints::~TimeDomainStageConstraints | ( | ) |
The TimeDomainStageConstraints class destructor.
Definition at line 832 of file OSInstance.cpp.
TimeDomainStageConstraints::TimeDomainStageConstraints | ( | ) |
The TimeDomainStageConstraints class constructor.
TimeDomainStageConstraints::~TimeDomainStageConstraints | ( | ) |
The TimeDomainStageConstraints class destructor.
numberOfConstraints gives the number of constraints contained in this stage
Definition at line 555 of file OSInstance.h.
startdIdx gives the number of the first constraint contained in this stage
Definition at line 558 of file OSInstance.h.
con is a pointer to an array of TimeDomainStageCon object pointers
Definition at line 561 of file OSInstance.h.