Public Member Functions | Public Attributes | List of all members
MaxTime Class Reference

the MaxTime class. More...

#include <OSOption.h>

Collaboration diagram for MaxTime:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

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

Detailed Description

the MaxTime class.

Author
Robert Fourer, Horand 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 668 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 673 of file OSOption.h.

double MaxTime::value

the maximum time allowed

Definition at line 676 of file OSOption.h.


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