#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 | |
| double | value |
| the minimum memory size required | |
Definition at line 314 of file OSOption.h.
| MinMemorySize::MinMemorySize | ( | ) |
| MinMemorySize::~MinMemorySize | ( | ) |
| bool MinMemorySize::IsEqual | ( | MinMemorySize * | that | ) |
| std::string MinMemorySize::unit |
the unit in which memory size is measured
Definition at line 318 of file OSOption.h.
Referenced by OSOption::getMinMemoryUnit(), IsEqual(), and OSOption::setMinMemoryUnit().
| double MinMemorySize::value |
the minimum memory size required
Definition at line 321 of file OSOption.h.
Referenced by OSOption::getMinMemorySize(), IsEqual(), and OSOption::setMinMemorySize().
1.4.7