FLOPC++
|
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 booleanThis is used in the normal formation of an expression. |
Definition at line 51 of file MP_boolean.cpp.
flopc::Boolean_negate::Boolean_negate | ( | const MP_boolean & | b | ) | [inline, private] |
Definition at line 54 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 booleanThis is used in the normal formation of an expression.
b | boolean |
Definition at line 166 of file MP_boolean.cpp.
MP_boolean flopc::Boolean_negate::B [private] |
Definition at line 58 of file MP_boolean.cpp.
Referenced by evaluate().