the MinMemorySize class. More...
#include <OSOption.h>
Public Member Functions | |
MinMemorySize () | |
Default constructor. More... | |
~MinMemorySize () | |
Class destructor. More... | |
bool | IsEqual (MinMemorySize *that) |
A function to check for the equality of two objects. More... | |
Public Attributes | |
std::string | unit |
the unit in which memory size is measured More... | |
std::string | description |
additional description about the memory More... | |
double | value |
the minimum memory size required More... | |
the MinMemorySize class.
Definition at line 414 of file OSOption.h.
MinMemorySize::MinMemorySize | ( | ) |
Default constructor.
Definition at line 163 of file OSOption.cpp.
MinMemorySize::~MinMemorySize | ( | ) |
Class destructor.
Definition at line 173 of file OSOption.cpp.
bool MinMemorySize::IsEqual | ( | MinMemorySize * | that | ) |
A function to check for the equality of two objects.
Definition at line 10218 of file OSOption.cpp.
std::string MinMemorySize::unit |
the unit in which memory size is measured
Definition at line 419 of file OSOption.h.
std::string MinMemorySize::description |
additional description about the memory
Definition at line 422 of file OSOption.h.
double MinMemorySize::value |
the minimum memory size required
Definition at line 425 of file OSOption.h.