#include <OSOption.h>
Collaboration diagram for MinMemorySize:
Public Member Functions | |
MinMemorySize () | |
Default constructor. | |
~MinMemorySize () | |
Class destructor. | |
bool | IsEqual (MinMemorySize *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
std::string | unit |
the unit in which memory size is measured | |
std::string | description |
additional description about the memory | |
double | value |
the minimum memory size required |
Definition at line 372 of file OSOption.h.
MinMemorySize::MinMemorySize | ( | ) |
MinMemorySize::~MinMemorySize | ( | ) |
bool MinMemorySize::IsEqual | ( | MinMemorySize * | that | ) |
A function to check for the equality of two objects.
Definition at line 8559 of file OSOption.cpp.
References description, isEqual(), unit, and value.
std::string MinMemorySize::unit |
the unit in which memory size is measured
Definition at line 376 of file OSOption.h.
Referenced by IsEqual().
std::string MinMemorySize::description |
additional description about the memory
Definition at line 379 of file OSOption.h.
Referenced by IsEqual().
double MinMemorySize::value |
the minimum memory size required
Definition at line 382 of file OSOption.h.
Referenced by IsEqual().