|
FLOPC++
|


Private Member Functions | |
| Boolean_alltrue (const MP_domain &d, const MP_boolean &b) | |
| bool | evaluate () const |
Private Attributes | |
| MP_domain | D |
| MP_boolean | B |
Friends | |
| MP_boolean | alltrue (const MP_domain &d, const MP_boolean &b) |
| boolean which returns true if all in domain evaluate to true.This is used in the normal formation of an expression. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from flopc::Boolean_base | |
| Boolean_base () | |
| virtual | ~Boolean_base () |
Protected Attributes inherited from flopc::Boolean_base | |
| int | count |
Definition at line 82 of file MP_boolean.cpp.
|
inlineprivate |
Definition at line 85 of file MP_boolean.cpp.
|
inlineprivatevirtual |
Implements flopc::Boolean_base.
Definition at line 86 of file MP_boolean.cpp.
|
friend |
boolean which returns true if all in domain evaluate to true.This is used in the normal formation of an expression.
| d | MP_domain to evaluate with |
| b | boolean expression to evaluate. |
Definition at line 152 of file MP_boolean.cpp.
|
private |
Definition at line 90 of file MP_boolean.cpp.
|
private |
Definition at line 89 of file MP_boolean.cpp.
1.8.5