FLOPC++
Private Member Functions | Private Attributes | Friends | List of all members
flopc::Boolean_negate Class Reference
Inheritance diagram for flopc::Boolean_negate:
flopc::Boolean_base

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.

Additional Inherited Members

- Public Member Functions inherited from flopc::Boolean_base
virtual bool evaluate () const =0
- 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 51 of file MP_boolean.cpp.

Constructor & Destructor Documentation

flopc::Boolean_negate::Boolean_negate ( const MP_boolean b)
inlineprivate

Definition at line 54 of file MP_boolean.cpp.

Member Function Documentation

bool flopc::Boolean_negate::evaluate ( ) const
inlineprivate

Definition at line 55 of file MP_boolean.cpp.

References B.

Friends And Related Function Documentation

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.

Parameters
bboolean
Returns
A boolean which evaluates to the negation of the input expression.
Todo:
true? haven't used it.

Definition at line 166 of file MP_boolean.cpp.

Member Data Documentation

MP_boolean flopc::Boolean_negate::B
private

Definition at line 58 of file MP_boolean.cpp.

Referenced by evaluate().


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