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

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 | |
the MinMemorySize class.
Definition at line 378 of file OSOption.h.
| MinMemorySize::MinMemorySize | ( | ) |
Default constructor.
Definition at line 166 of file OSOption.cpp.
| MinMemorySize::~MinMemorySize | ( | ) |
Class destructor.
Definition at line 176 of file OSOption.cpp.
| bool MinMemorySize::IsEqual | ( | MinMemorySize * | that | ) |
A function to check for the equality of two objects.
Definition at line 9291 of file OSOption.cpp.
| std::string MinMemorySize::unit |
the unit in which memory size is measured
Definition at line 383 of file OSOption.h.
| std::string MinMemorySize::description |
additional description about the memory
Definition at line 386 of file OSOption.h.
| double MinMemorySize::value |
the minimum memory size required
Definition at line 389 of file OSOption.h.
1.6.1