#include <OSResult.h>
Collaboration diagram for DiskSpace:

Public Member Functions | |
| DiskSpace () | |
| Default constructor. | |
| ~DiskSpace () | |
| Class destructor. | |
| bool | IsEqual (DiskSpace *that) |
| A function to check for the equality of two objects. | |
Public Attributes | |
| std::string | unit |
| the unit in which disk space is measured | |
| std::string | description |
| a descriptive string to further describe the disk space | |
| double | value |
| the number of disk space units | |
Definition at line 300 of file OSResult.h.
| DiskSpace::DiskSpace | ( | ) |
| DiskSpace::~DiskSpace | ( | ) |
| bool DiskSpace::IsEqual | ( | DiskSpace * | that | ) |
| std::string DiskSpace::unit |
the unit in which disk space is measured
Definition at line 305 of file OSResult.h.
Referenced by OSResult::getAvailableDiskSpaceUnit(), OSResult::getUsedDiskSpaceUnit(), OSResult::setAvailableDiskSpaceUnit(), OSResult::setUsedDiskSpaceUnit(), and OSrLWriter::writeOSrL().
| std::string DiskSpace::description |
a descriptive string to further describe the disk space
Definition at line 308 of file OSResult.h.
Referenced by OSResult::getAvailableDiskSpaceDescription(), OSResult::getUsedDiskSpaceDescription(), OSResult::setAvailableDiskSpaceDescription(), OSResult::setUsedDiskSpaceDescription(), and OSrLWriter::writeOSrL().
| double DiskSpace::value |
the number of disk space units
Definition at line 311 of file OSResult.h.
Referenced by OSResult::getAvailableDiskSpaceValue(), OSResult::getUsedDiskSpaceValue(), OSResult::setAvailableDiskSpaceValue(), OSResult::setUsedDiskSpaceValue(), and OSrLWriter::writeOSrL().
1.4.7