flopc::Boolean_greaterEq Class Reference
List of all members.
Detailed Description
Definition at line 119 of file MP_boolean.cpp.
Constructor & Destructor Documentation
flopc::Boolean_greaterEq::Boolean_greaterEq |
( |
const Constant & |
e1, |
|
|
const Constant & |
e2 | |
|
) |
| | [inline, private] |
Member Function Documentation
bool flopc::Boolean_greaterEq::evaluate |
( |
|
) |
const [inline, private, virtual] |
Friends And Related Function Documentation
constructs a boolean evaluator by comparing two constants.This is used in the normal formation of an expression. This utility of this is when comparing constants
- Parameters:
-
| e1 | first constant expression |
| e2 | second constant expression |
constructs a boolean evaluator using operator overloadingThis is used in the normal formation of an expression. This is useful when combining index expressions.
- Parameters:
-
| e1 | is an index expression involving an MP_index |
| e2 | second index expression
- used in forming sets of tuples of index values, or subsets.
|
- Todo:
- improve this a bit?
The documentation for this class was generated from the following file: