The in-memory representation of the <timeDomain> element. More...
#include <OSInstance.h>
Public Member Functions | |
TimeDomain () | |
The TimeDomain class constructor. | |
~TimeDomain () | |
The TimeDomain class destructor. | |
TimeDomain () | |
The TimeDomain class constructor. | |
~TimeDomain () | |
The TimeDomain class destructor. | |
Public Attributes | |
TimeDomainStages * | stages |
stages is a pointer to a Stages object | |
TimeDomainInterval * | interval |
interval is a pointer to an Interval object |
The in-memory representation of the <timeDomain> element.
Definition at line 720 of file OSInstance.h.
TimeDomain::TimeDomain | ( | ) |
The TimeDomain class constructor.
Definition at line 983 of file OSInstance.cpp.
TimeDomain::~TimeDomain | ( | ) |
The TimeDomain class destructor.
Definition at line 992 of file OSInstance.cpp.
TimeDomain::TimeDomain | ( | ) |
The TimeDomain class constructor.
TimeDomain::~TimeDomain | ( | ) |
The TimeDomain class destructor.
stages is a pointer to a Stages object
Definition at line 732 of file OSInstance.h.
interval is a pointer to an Interval object
Definition at line 736 of file OSInstance.h.