Base class for all "boolean" types of data. More...
#include <MP_boolean.hpp>
Public Member Functions | |
virtual bool | evaluate () const =0 |
Protected Member Functions | |
Boolean_base () | |
virtual | ~Boolean_base () |
Protected Attributes | |
int | count |
Friends | |
class | Handle< Boolean_base * > |
class | MP_boolean |
Base class for all "boolean" types of data.
Definition at line 23 of file MP_boolean.hpp.
flopc::Boolean_base::Boolean_base | ( | ) | [inline, protected] |
Definition at line 29 of file MP_boolean.hpp.
virtual flopc::Boolean_base::~Boolean_base | ( | ) | [inline, protected, virtual] |
Definition at line 30 of file MP_boolean.hpp.
virtual bool flopc::Boolean_base::evaluate | ( | ) | const [pure virtual] |
Implemented in flopc::Boolean_bool, flopc::Boolean_Constant, flopc::Boolean_SUBSETREF, flopc::Boolean_negate, flopc::Boolean_and, flopc::Boolean_or, flopc::Boolean_alltrue, flopc::Boolean_lessEq, flopc::Boolean_less, flopc::Boolean_greaterEq, flopc::Boolean_greater, flopc::Boolean_equal, and flopc::Boolean_not_equal.
friend class Handle< Boolean_base * > [friend] |
Definition at line 24 of file MP_boolean.hpp.
friend class MP_boolean [friend] |
Reimplemented in flopc::Boolean_bool, flopc::Boolean_Constant, and flopc::Boolean_SUBSETREF.
Definition at line 25 of file MP_boolean.hpp.
int flopc::Boolean_base::count [protected] |
Definition at line 32 of file MP_boolean.hpp.