Public Member Functions | Public Attributes | List of all members
MinCPUNumber Class Reference

the MinCPUNumber class. More...

#include <OSOption.h>

Collaboration diagram for MinCPUNumber:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

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

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 504 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 10314 of file OSOption.cpp.

Member Data Documentation

std::string MinCPUNumber::description

additional description about the CPU

Definition at line 509 of file OSOption.h.

int MinCPUNumber::value

the minimum number of CPUs required

Definition at line 512 of file OSOption.h.


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