|
PolyBoRi
|
This base class CFactoryBase is used for currying other constructors with a BoolePolyRing. More...
#include <CFactoryBase.h>
Public Types | |
| typedef BoolePolyRing | parent_type |
| Type of parent. More... | |
Public Member Functions | |
| 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 CFactoryBase is used for currying other constructors with a BoolePolyRing.
We generate pseudo constructors that a ring to be provided, because the latter is stored in the factory.
Type of parent.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Destructor.
|
inline |
Access delayed data.
1.8.9.1