MaxTime Class Reference

the MaxTime class. More...

#include <OSOption.h>

Collaboration diagram for MaxTime:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MaxTime ()
 Default constructor.
 ~MaxTime ()
 Class destructor.
bool IsEqual (MaxTime *that)
 A function to check for the equality of two objects.

Public Attributes

std::string unit
 the unit in which time is measured
double value
 the maximum time allowed

Detailed Description

the MaxTime class.

Author:
Robert Fourer, Gus Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 21/07/2008
Since:
OS 1.1
Remarks:
A data structure class that corresponds to an xml element in the OSoL schema. This class has been superseded as of version 2.3 by the class TimeSpan (see OSGeneral.h)

Definition at line 618 of file OSOption.h.


Constructor & Destructor Documentation

MaxTime::MaxTime (  ) 

Default constructor.

MaxTime::~MaxTime (  ) 

Class destructor.


Member Function Documentation

bool MaxTime::IsEqual ( MaxTime that  ) 

A function to check for the equality of two objects.


Member Data Documentation

std::string MaxTime::unit

the unit in which time is measured

Definition at line 623 of file OSOption.h.

double MaxTime::value

the maximum time allowed

Definition at line 626 of file OSOption.h.


The documentation for this class was generated from the following file:
Generated on Thu Nov 10 03:12:34 2011 by  doxygen 1.4.7