FLOPC++
|
Private Member Functions | |
Boolean_greater (const Constant &e1, const Constant &e2) | |
bool | evaluate () const |
Friends | |
MP_boolean | operator> (const MP_index_exp &e1, const MP_index_exp &e2) |
constructs a boolean evaluator using operator overloadingThis is used in the normal formation of an expression. This is useful when combining index expressions. | |
MP_boolean | operator> (const Constant &e1, const Constant &e2) |
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 |
Definition at line 132 of file MP_boolean.cpp.
flopc::Boolean_greater::Boolean_greater | ( | const Constant & | e1, |
const Constant & | e2 | ||
) | [inline, private] |
Definition at line 136 of file MP_boolean.cpp.
bool flopc::Boolean_greater::evaluate | ( | ) | const [inline, private, virtual] |
Implements flopc::Boolean_base.
Definition at line 137 of file MP_boolean.cpp.
References flopc::Comparison::left, and flopc::Comparison::right.
MP_boolean operator> | ( | const MP_index_exp & | e1, |
const MP_index_exp & | e2 | ||
) | [friend] |
constructs a boolean evaluator using operator overloadingThis is used in the normal formation of an expression. This is useful when combining index expressions.
e1 | is an index expression involving an MP_index |
e2 | second index expression
|
Definition at line 193 of file MP_boolean.cpp.
MP_boolean operator> | ( | const Constant & | e1, |
const Constant & | e2 | ||
) | [friend] |
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
e1 | first constant expression |
e2 | second constant expression |
Definition at line 196 of file MP_boolean.cpp.