FLOPC++
|
Private Member Functions | |
Boolean_and (const MP_boolean &e1, const MP_boolean e2) | |
bool | evaluate () const |
Private Attributes | |
MP_boolean | left |
MP_boolean | right |
Friends | |
MP_boolean | operator&& (const MP_boolean &e1, const MP_boolean &e2) |
For computing the logical AND of two booleansThis is used in the normal formation of an expression. More... | |
Additional Inherited Members | |
![]() | |
Boolean_base () | |
virtual | ~Boolean_base () |
![]() | |
int | count |
Definition at line 62 of file MP_boolean.cpp.
|
inlineprivate |
Definition at line 65 of file MP_boolean.cpp.
|
inlineprivatevirtual |
Implements flopc::Boolean_base.
Definition at line 66 of file MP_boolean.cpp.
|
friend |
For computing the logical AND of two booleansThis is used in the normal formation of an expression.
e1 | first boolean |
e2 | second boolean |
Definition at line 159 of file MP_boolean.cpp.
|
private |
Definition at line 69 of file MP_boolean.cpp.
|
private |
Definition at line 69 of file MP_boolean.cpp.