My Project
TimeDomain Class Reference

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

TimeDomainStagesstages
 stages is a pointer to a Stages object
 
TimeDomainIntervalinterval
 interval is a pointer to an Interval object
 

Detailed Description

The in-memory representation of the <timeDomain> element.

Definition at line 2139 of file OSInstance.h.

Constructor & Destructor Documentation

◆ TimeDomain() [1/2]

TimeDomain::TimeDomain ( )

The TimeDomain class constructor.

Definition at line 1839 of file OSInstance.cpp.

◆ ~TimeDomain() [1/2]

TimeDomain::~TimeDomain ( )

The TimeDomain class destructor.

Definition at line 1848 of file OSInstance.cpp.

◆ TimeDomain() [2/2]

TimeDomain::TimeDomain ( )

The TimeDomain class constructor.

◆ ~TimeDomain() [2/2]

TimeDomain::~TimeDomain ( )

The TimeDomain class destructor.

Member Data Documentation

◆ stages

TimeDomainStages * TimeDomain::stages

stages is a pointer to a Stages object

Definition at line 2151 of file OSInstance.h.

◆ interval

TimeDomainInterval * TimeDomain::interval

interval is a pointer to an Interval object

Definition at line 2155 of file OSInstance.h.


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