My Project
MinDiskSpace Class Reference

the MinDiskSpace class. More...

#include <OSOption.h>

Public Member Functions

 MinDiskSpace ()
 Default constructor.
 
 ~MinDiskSpace ()
 Class destructor.
 
bool IsEqual (MinDiskSpace *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
 additional description about the disk space
 
double value
 the minimum disk space required
 

Detailed Description

the MinDiskSpace class.

Author
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version
1.0, 21/07/2008
Since
OS 1.1
Remarks
A data structure class that corresponds to an xml element in the OSoL schema. This class has been superseded as of version 2.3 by the class StorageCapacity (see OSGeneral.h)

Definition at line 369 of file OSOption.h.

Constructor & Destructor Documentation

◆ MinDiskSpace()

MinDiskSpace::MinDiskSpace ( )

Default constructor.

Definition at line 145 of file OSOption.cpp.

◆ ~MinDiskSpace()

MinDiskSpace::~MinDiskSpace ( )

Class destructor.

Definition at line 155 of file OSOption.cpp.

Member Function Documentation

◆ IsEqual()

bool MinDiskSpace::IsEqual ( MinDiskSpace * that)

A function to check for the equality of two objects.

Definition at line 10169 of file OSOption.cpp.

Member Data Documentation

◆ unit

std::string MinDiskSpace::unit

the unit in which disk space is measured

Definition at line 374 of file OSOption.h.

◆ description

std::string MinDiskSpace::description

additional description about the disk space

Definition at line 377 of file OSOption.h.

◆ value

double MinDiskSpace::value

the minimum disk space required

Definition at line 380 of file OSOption.h.


The documentation for this class was generated from the following files: