OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Enumerations
MatchLimits.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  NO_LIMIT = 0, LOWER_LIMIT = 1, UPPER_LIMIT = 2, BOTH_LIMITS = 3,
  EQUALITY = 4
}
 The possible limits used in a matching process. More...
 

Enumeration Type Documentation

anonymous enum

The possible limits used in a matching process.

Enumerator
NO_LIMIT 
LOWER_LIMIT 
UPPER_LIMIT 
BOTH_LIMITS 
EQUALITY 

Definition at line 28 of file MatchLimits.h.