#include <OSOption.h>
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... | |
the MaxTime class.
Definition at line 668 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 |
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.