#include <VariableFactory.h>

Public Types | |
| typedef base::parent_type | parent_type |
| Type of parent. | |
| typedef BooleVariable | value_type |
| We construct element of this type. | |
Public Member Functions | |
| VariableFactory (const parent_type &ring) | |
| Construct from given ring. | |
| VariableFactory (const self &rhs) | |
| Copy constructor. | |
| ~VariableFactory () | |
| Destructor. | |
| value_type | operator() () const |
| Get first variable of the ring. | |
| value_type | operator() (const value_type &rhs) const |
| Indirect copy constructor. | |
| value_type | operator() (const value_type::ring_type &ring) const |
| Get first variable of explicit ring. | |
| value_type | operator() (value_type::idx_type idx, const value_type::ring_type &ring) const |
| Construct i-th variable for explit ring. | |
| value_type | operator() (value_type::idx_type idx) const |
| Construct i-th variable. | |
We construct element of this type.
| polybori::VariableFactory::VariableFactory | ( | const parent_type & | ring | ) | [inline] |
Construct from given ring.
| polybori::VariableFactory::VariableFactory | ( | const self & | rhs | ) | [inline] |
Copy constructor.
| polybori::VariableFactory::~VariableFactory | ( | ) | [inline] |
Destructor.
| value_type polybori::VariableFactory::operator() | ( | ) | const [inline] |
Get first variable of the ring.
| value_type polybori::VariableFactory::operator() | ( | const value_type & | rhs | ) | const [inline] |
Indirect copy constructor.
| value_type polybori::VariableFactory::operator() | ( | const value_type::ring_type & | ring | ) | const [inline] |
Get first variable of explicit ring.
| value_type polybori::VariableFactory::operator() | ( | value_type::idx_type | idx, | |
| const value_type::ring_type & | ring | |||
| ) | const [inline] |
Construct i-th variable for explit ring.
| value_type polybori::VariableFactory::operator() | ( | value_type::idx_type | idx | ) | const [inline] |
Construct i-th variable.
1.5.6