#include <datatypes.h>
Inheritance diagram for YASA_MAXCPU:
Public Types | |
enum | { YASA_FLEXIBLE_MAX_CPU = 0 } |
Public Member Functions | |
YASA_MAXCPU (int c=YG_DEFAULT_NUMBER_OF_CPUS) | |
YASA_MAXCPU (const YASA_CPU *c) | |
virtual int | GetMinValue () const |
bool | operator< (const YASA_CPU &c) const |
bool | operator<= (const YASA_CPU &c) const |
bool | operator> (const YASA_CPU &c) const |
bool | operator>= (const YASA_CPU &c) const |
const int & | operator= (const int &c) |
This operator sets the content of the instance. | |
operator int () const | |
virtual bool | CheckLimits (int &dest, const int &source) const |
|
|
|
|
|
|
|
Checks if the parent objects have set lower maximum cpus. If yes corrent the given value. If the parameter is Reimplemented from YASA_CPU. |
|
Reimplemented from YASA_CPU. |
|
Reimplemented from YASA_CPU. |
|
Reimplemented from YASA_CPU. |
|
Reimplemented from YASA_CPU. |
|
This operator sets the content of the instance.
Reimplemented from YASA_CPU. |
|
Reimplemented from YASA_CPU. |
|
Reimplemented from YASA_CPU. |