TimeDomain Class Reference

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

#include <OSInstance.h>

List of all members.

Public Member Functions

 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 534 of file OSInstance.h.


Constructor & Destructor Documentation

TimeDomain::TimeDomain (  ) 

The TimeDomain class constructor.

Definition at line 700 of file OSInstance.cpp.

References interval, and stages.

TimeDomain::~TimeDomain (  ) 

The TimeDomain class destructor.

Definition at line 709 of file OSInstance.cpp.

References interval, and stages.


Member Data Documentation

TimeDomainStages* TimeDomain::stages

stages is a pointer to a Stages object

Definition at line 545 of file OSInstance.h.

Referenced by TimeDomain(), and ~TimeDomain().

TimeDomainInterval* TimeDomain::interval

interval is a pointer to an Interval object

Definition at line 549 of file OSInstance.h.

Referenced by TimeDomain(), and ~TimeDomain().


The documentation for this class was generated from the following files:
Generated on Sat Mar 29 22:38:06 2008 by  doxygen 1.5.3