#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 480 of file OSOption.h.
| MaxTime::MaxTime | ( | ) |
| MaxTime::~MaxTime | ( | ) |
| bool MaxTime::IsEqual | ( | MaxTime * | that | ) |
| std::string MaxTime::unit |
the unit in which time is measured
Definition at line 484 of file OSOption.h.
Referenced by OSOption::getMaxTimeUnit(), IsEqual(), and OSOption::setMaxTimeUnit().
| double MaxTime::value |
the maximum time allowed
Definition at line 487 of file OSOption.h.
Referenced by OSOption::getMaxTime(), IsEqual(), and OSOption::setMaxTime().
1.4.7