PolyBoRi
|
This base class VariableFactory is used for currying variable constructors with a BoolePolyRing. More...
#include <VariableFactory.h>
Public Types | |
typedef base::parent_type | parent_type |
Type of parent. More... | |
typedef BooleVariable | value_type |
We construct element of this type. More... | |
![]() | |
typedef BoolePolyRing | parent_type |
Type of parent. More... | |
Public Member Functions | |
VariableFactory (const parent_type &ring) | |
Construct from given ring. More... | |
VariableFactory (const self &rhs) | |
Copy constructor. More... | |
~VariableFactory () | |
Destructor. More... | |
value_type | operator() () const |
Get first variable of the ring. More... | |
value_type | operator() (const value_type &rhs) const |
Indirect copy constructor. More... | |
value_type | operator() (const value_type::ring_type &ring) const |
Get first variable of explicit ring. More... | |
value_type | operator() (value_type::idx_type idx, const value_type::ring_type &ring) const |
Construct i-th variable for explit ring. More... | |
value_type | operator() (value_type::idx_type idx) const |
Construct i-th variable. More... | |
![]() | |
CFactoryBase (const parent_type &parent) | |
Default constructor. More... | |
CFactoryBase (const self &rhs) | |
Copy constructor. More... | |
~CFactoryBase () | |
Destructor. More... | |
const parent_type & | parent () const |
Access delayed data. More... | |
This base class VariableFactory is used for currying variable constructors with a BoolePolyRing.
Type of parent.
We construct element of this type.
|
inline |
Construct from given ring.
|
inline |
Copy constructor.
|
inline |
Destructor.
|
inline |
Get first variable of the ring.
|
inline |
Indirect copy constructor.
|
inline |
Get first variable of explicit ring.
|
inline |
Construct i-th variable for explit ring.
|
inline |
Construct i-th variable.