

Private Member Functions | |
| Boolean_negate (const MP_boolean &b) | |
| bool | evaluate () const |
Private Attributes | |
| MP_boolean | B |
Friends | |
| MP_boolean | operator! (const MP_boolean &b) |
| For computing the logical negation of a boolean | |
Definition at line 52 of file MP_boolean.cpp.
| flopc::Boolean_negate::Boolean_negate | ( | const MP_boolean & | b | ) | [inline, private] |
Definition at line 55 of file MP_boolean.cpp.
| bool flopc::Boolean_negate::evaluate | ( | ) | const [inline, private, virtual] |
| MP_boolean operator! | ( | const MP_boolean & | b | ) | [friend] |
For computing the logical negation of a boolean
This is used in the normal formation of an expression.
| b | boolean |
Definition at line 156 of file MP_boolean.cpp.
MP_boolean flopc::Boolean_negate::B [private] |
1.4.7