the MinCPUNumber class. More...
#include <OSOption.h>

Public Member Functions | |
| MinCPUNumber () | |
| Default constructor. More... | |
| ~MinCPUNumber () | |
| Class destructor. More... | |
| bool | IsEqual (MinCPUNumber *that) |
| A function to check for the equality of two objects. More... | |
Public Attributes | |
| std::string | description |
| additional description about the CPU More... | |
| int | value |
| the minimum number of CPUs required More... | |
the MinCPUNumber class.
Definition at line 504 of file OSOption.h.
| MinCPUNumber::MinCPUNumber | ( | ) |
Default constructor.
Definition at line 198 of file OSOption.cpp.
| MinCPUNumber::~MinCPUNumber | ( | ) |
Class destructor.
Definition at line 207 of file OSOption.cpp.
| bool MinCPUNumber::IsEqual | ( | MinCPUNumber * | that | ) |
A function to check for the equality of two objects.
Definition at line 10314 of file OSOption.cpp.
| std::string MinCPUNumber::description |
additional description about the CPU
Definition at line 509 of file OSOption.h.
| int MinCPUNumber::value |
the minimum number of CPUs required
Definition at line 512 of file OSOption.h.
1.8.5