My Project
MaxTime Class Reference

the MaxTime class. More...

#include <OSOption.h>

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, 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::MaxTime ( )

Default constructor.

◆ ~MaxTime()

MaxTime::~MaxTime ( )

Class destructor.

Member Function Documentation

◆ IsEqual()

bool MaxTime::IsEqual ( MaxTime * that)

A function to check for the equality of two objects.

Member Data Documentation

◆ unit

std::string MaxTime::unit

the unit in which time is measured

Definition at line 673 of file OSOption.h.

◆ value

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: