#include <OSOption.h>
Collaboration diagram for MaxTime:

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 | |
Definition at line 607 of file OSOption.h.
| MaxTime::MaxTime | ( | ) |
Default constructor.
| MaxTime::~MaxTime | ( | ) |
Class destructor.
| bool MaxTime::IsEqual | ( | MaxTime * | that | ) |
A function to check for the equality of two objects.
| std::string MaxTime::unit |
| double MaxTime::value |
1.4.7