#include <OSOption.h>
Collaboration diagram for MinCPUNumber:
Public Member Functions | |
MinCPUNumber () | |
Default constructor. | |
~MinCPUNumber () | |
Class destructor. | |
bool | IsEqual (MinCPUNumber *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
std::string | description |
additional description about the CPU | |
int | value |
the minimum number of CPUs required |
Definition at line 460 of file OSOption.h.
MinCPUNumber::MinCPUNumber | ( | ) |
MinCPUNumber::~MinCPUNumber | ( | ) |
bool MinCPUNumber::IsEqual | ( | MinCPUNumber * | that | ) |
A function to check for the equality of two objects.
Definition at line 8641 of file OSOption.cpp.
References description, and value.
std::string MinCPUNumber::description |
additional description about the CPU
Definition at line 464 of file OSOption.h.
Referenced by IsEqual().
the minimum number of CPUs required
Definition at line 467 of file OSOption.h.
Referenced by IsEqual().