My Project
|
#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 | |
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.