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

Public Member Functions | |
| MinCPUSpeed () | |
| Default constructor. | |
| ~MinCPUSpeed () | |
| Class destructor. | |
| bool | IsEqual (MinCPUSpeed *that) |
| A function to check for the equality of two objects. | |
Public Attributes | |
| std::string | unit |
| the unit in which CPU speed is measured | |
| std::string | description |
| additional description about the CPU speed | |
| double | value |
| the minimum CPU speed required | |
Definition at line 416 of file OSOption.h.
| MinCPUSpeed::MinCPUSpeed | ( | ) |
| MinCPUSpeed::~MinCPUSpeed | ( | ) |
| bool MinCPUSpeed::IsEqual | ( | MinCPUSpeed * | that | ) |
A function to check for the equality of two objects.
Definition at line 8600 of file OSOption.cpp.
References description, isEqual(), unit, and value.
| std::string MinCPUSpeed::unit |
the unit in which CPU speed is measured
Definition at line 420 of file OSOption.h.
Referenced by IsEqual().
| std::string MinCPUSpeed::description |
additional description about the CPU speed
Definition at line 423 of file OSOption.h.
Referenced by IsEqual().
| double MinCPUSpeed::value |
1.4.7