MinMemorySize Class Reference

the MinMemorySize class. More...

#include <OSOption.h>

Collaboration diagram for MinMemorySize:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

the MinMemorySize class.

Author:
Robert Fourer, Gus 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.

Definition at line 308 of file OSOption.h.


Constructor & Destructor Documentation

MinMemorySize::MinMemorySize (  ) 

Default constructor.

Definition at line 163 of file OSOption.cpp.

MinMemorySize::~MinMemorySize (  ) 

Class destructor.

Definition at line 172 of file OSOption.cpp.


Member Function Documentation

bool MinMemorySize::IsEqual ( MinMemorySize that  ) 

A function to check for the equality of two objects.

Definition at line 7168 of file OSOption.cpp.

References unit, and value.


Member Data Documentation

std::string MinMemorySize::unit

the unit in which memory size is measured

Definition at line 312 of file OSOption.h.

Referenced by OSOption::getMinMemoryUnit(), IsEqual(), and OSOption::setMinMemoryUnit().

double MinMemorySize::value

the minimum memory size required

Definition at line 315 of file OSOption.h.

Referenced by OSOption::getMinMemorySize(), IsEqual(), and OSOption::setMinMemorySize().


The documentation for this class was generated from the following files:
Generated on Mon Aug 3 03:07:44 2009 by  doxygen 1.4.7