This contains counters to ConstantBase pointers. These pointers may be of any of the Boolean_base * type. This can be a constant valued boolean as well. explain SUBSETREF explain using pointer in -- should be private? More...
#include <MP_boolean.hpp>
Inheritance diagram for flopc::MP_boolean:
Public Member Functions | |
MP_boolean () | |
MP_boolean (bool b) | |
MP_boolean (const Constant &c) | |
MP_boolean (SUBSETREF &c) | |
MP_boolean (Boolean_base *r) | |
Friends | |
class | MP_domain_base_ |
This contains counters to ConstantBase pointers. These pointers may be of any of the Boolean_base * type. This can be a constant valued boolean as well. explain SUBSETREF explain using pointer in -- should be private?
Definition at line 48 of file MP_boolean.hpp.
flopc::MP_boolean::MP_boolean | ( | ) | [inline] |
Definition at line 51 of file MP_boolean.hpp.
MP_boolean::MP_boolean | ( | bool | b | ) |
Definition at line 205 of file MP_boolean.cpp.
MP_boolean::MP_boolean | ( | const Constant & | c | ) |
Definition at line 207 of file MP_boolean.cpp.
MP_boolean::MP_boolean | ( | SUBSETREF & | c | ) |
Definition at line 210 of file MP_boolean.cpp.
flopc::MP_boolean::MP_boolean | ( | Boolean_base * | r | ) | [inline] |
Definition at line 55 of file MP_boolean.hpp.
friend class MP_domain_base_ [friend] |
Definition at line 49 of file MP_boolean.hpp.