FLOPC++
Private Member Functions | Private Attributes | Friends | List of all members
flopc::Boolean_and Class Reference
Inheritance diagram for flopc::Boolean_and:
Inheritance graph
[legend]
Collaboration diagram for flopc::Boolean_and:
Collaboration graph
[legend]

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

- Protected Member Functions inherited from flopc::Boolean_base
 Boolean_base ()
 
virtual ~Boolean_base ()
 
- Protected Attributes inherited from flopc::Boolean_base
int count
 

Detailed Description

Definition at line 62 of file MP_boolean.cpp.

Constructor & Destructor Documentation

flopc::Boolean_and::Boolean_and ( const MP_boolean e1,
const MP_boolean  e2 
)
inlineprivate

Definition at line 65 of file MP_boolean.cpp.

Member Function Documentation

bool flopc::Boolean_and::evaluate ( ) const
inlineprivatevirtual

Implements flopc::Boolean_base.

Definition at line 66 of file MP_boolean.cpp.

Friends And Related Function Documentation

MP_boolean operator&& ( const MP_boolean e1,
const MP_boolean e2 
)
friend

For computing the logical AND of two booleansThis is used in the normal formation of an expression.

Parameters
e1first boolean
e2second boolean
Returns
A boolean which evaluates to true of both booleans are true.
Todo:
true? haven't used it.

Definition at line 159 of file MP_boolean.cpp.

Member Data Documentation

MP_boolean flopc::Boolean_and::left
private

Definition at line 69 of file MP_boolean.cpp.

MP_boolean flopc::Boolean_and::right
private

Definition at line 69 of file MP_boolean.cpp.


The documentation for this class was generated from the following file: