MinCPUNumber Class Reference

the MinCPUNumber class. More...

#include <OSOption.h>

Collaboration diagram for MinCPUNumber:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MinCPUNumber ()
 Default constructor.
 ~MinCPUNumber ()
 Class destructor.
bool IsEqual (MinCPUNumber *that)
 A function to check for the equality of two objects.

Public Attributes

std::string description
 additional description about the CPU
int value
 the minimum number of CPUs required

Detailed Description

the MinCPUNumber 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 CPUNumber (see OSGeneral.h)

Definition at line 505 of file OSOption.h.


Constructor & Destructor Documentation

MinCPUNumber::MinCPUNumber (  ) 

Default constructor.

Definition at line 198 of file OSOption.cpp.

MinCPUNumber::~MinCPUNumber (  ) 

Class destructor.

Definition at line 207 of file OSOption.cpp.


Member Function Documentation

bool MinCPUNumber::IsEqual ( MinCPUNumber that  ) 

A function to check for the equality of two objects.

Definition at line 10311 of file OSOption.cpp.


Member Data Documentation

additional description about the CPU

Definition at line 510 of file OSOption.h.

the minimum number of CPUs required

Definition at line 513 of file OSOption.h.


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

Generated on 24 Jul 2013 by  doxygen 1.6.1