The in-memory representation of the <timeDomain> element. More...
#include <OSInstance.h>

Public Member Functions | |
| TimeDomain () | |
| The TimeDomain class constructor. More... | |
| ~TimeDomain () | |
| The TimeDomain class destructor. More... | |
| TimeDomain () | |
| The TimeDomain class constructor. More... | |
| ~TimeDomain () | |
| The TimeDomain class destructor. More... | |
Public Attributes | |
| TimeDomainStages * | stages |
| stages is a pointer to a Stages object More... | |
| TimeDomainInterval * | interval |
| interval is a pointer to an Interval object More... | |
The in-memory representation of the <timeDomain> element.
Definition at line 2139 of file OSInstance.h.
| TimeDomain::TimeDomain | ( | ) |
The TimeDomain class constructor.
Definition at line 1839 of file OSInstance.cpp.
| TimeDomain::~TimeDomain | ( | ) |
The TimeDomain class destructor.
Definition at line 1848 of file OSInstance.cpp.
| TimeDomain::TimeDomain | ( | ) |
The TimeDomain class constructor.
| TimeDomain::~TimeDomain | ( | ) |
The TimeDomain class destructor.
| TimeDomainStages * TimeDomain::stages |
stages is a pointer to a Stages object
Definition at line 2151 of file OSInstance.h.
| TimeDomainInterval * TimeDomain::interval |
interval is a pointer to an Interval object
Definition at line 2155 of file OSInstance.h.
1.8.5